@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

a {
  outline: none;
  text-decoration: none;
}
a img {
  border: 0;
  outline: none;
}
img {
  border: 0;
  border-style: none;
  max-width: 100%;
}

body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}

.clearfix {
  display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* close commented backslash hack */

a {
  text-decoration: none;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

h2 {
  font-family: "SharpGroteskSmBold20";
}

@font-face {
  font-family: "SharpGroteskBook20";
  src: url("../fonts/SharpGroteskBook20.eot");
  src: url("../fonts/SharpGroteskBook20.woff") format("woff"),
    url("../fonts/SharpGroteskBook20.woff2") format("woff");
}

@font-face {
  font-family: "SharpGroteskMedium20";
  src: url("../fonts/SharpGroteskMedium20.eot");
  src: url("../fonts/SharpGroteskMedium20.woff") format("woff"),
    url("../fonts/SharpGroteskMedium20.woff2") format("woff");
}

@font-face {
  font-family: "SharpGroteskSmBold20";
  src: url("../fonts/SharpGroteskSmBold20.eot");
  src: url("../fonts/SharpGroteskSmBold20.woff") format("woff"),
    url("../fonts/SharpGroteskSmBold20.woff2") format("woff");
}

html,
body {
  height: 100%;
  font-family: "SharpGroteskBook20";

  overflow-x: hidden !important;
}

.container {
  height: 100%;
  width: 100%;
  padding: 0 40px;
  position: relative;
}

header.head {
  pointer-events: none;
}
.logo-active,
.mobile-icon {
  pointer-events: auto;
}

header.head {
  width: 100%;
  float: left;
  padding: 37px 40px 4px 40px;
  position: fixed;
  top: 0;
  z-index: 999;
}
.logo {
  float: left;
  pointer-events: fill;
}
.logo a {
  display: block;
  cursor: pointer;
}
.logo.active img {
  width: 180px;
}
.mob-headicon {
  float: right;
  margin-right: 55px;
  pointer-events: fill;
}
.mob-headicon a {
  float: left;
  margin-right: 22px;
  margin-top: 7px;
}

/* Navigation CSS Start */
.mobile-icon {
  position: absolute;
  top: 38px;
  right: 40px;
  z-index: 999;
  width: 55px;
  height: 55px;
  padding: 10px;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.6s;
  background: #9e4a23;
}
.mobile-icon span {
  width: 27px;
  margin: 0 auto;
  height: 2px;
  background-color: #fbf8ec;
  display: block;
  border-radius: 5px;
  transition: all 0.6s;
  position: relative;
  top: 17px;
}
.mobile-icon span:before,
.mobile-icon span:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fbf8ec;
  display: block;
  top: -8px;
  position: absolute;
  border-radius: 5px;
  transition: all 0.6s;
}
.mobile-icon span:before {
  top: -7px;
}
.mobile-icon span:after {
  top: 7px;
}
nav.navigation-bar {
  position: fixed;
  right: -600px;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 195px 40px 40px 75px;
  background: rgba(158, 74, 35, 0.9);
  width: 100%;
  max-width: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  z-index: 999;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.show .mobile-icon span {
  background-color: transparent;
  top: 15px;
}
.show .mobile-icon span:before {
  top: 0;
  transform: rotate(45deg);
}
.show .mobile-icon span:after {
  top: 0;
  transform: rotate(-45deg);
}
.show nav.navigation-bar {
  right: 0;
}
.navigation-bar ul.menu li {
  display: block;
  text-align: left;
  position: relative;
  font-family: "SharpGroteskSmBold20";
}
.navigation-bar ul.menu li.current-menu-item a {
  color: #000;
}
.navigation-bar ul.menu li a {
  color: #fbf8ec;
  font-size: 38px;
  line-height: 32px;
  display: block;
  text-align: left;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  text-decoration: none;
}
.navigation-bar ul.menu li a:hover {
  color: #000;
}

.sublink-menu {
  margin-top: 90px;
}
.sublink-menu ul li {
  padding-bottom: 13px;
}
.sublink-menu ul li:nth-child(2).current_page_item a {
  color: #000;
}
.sublink-menu ul li a {
  font-size: 22px;
  color: #fbf8ec;
  font-family: "SharpGroteskSmBold20";
}
.sublink-menu ul li a:hover {
  color: #000;
}
.sublink-menu ul li:last-child {
  display: none;
}

/* Navigation CSS END */

.main-hero-section {
  width: 100%;
  float: left;
  position: relative;
  background-color: #fbf9ee;
}
.main-hero-section img {
  width: 100%;
}
.welcm-title {
  display: block;
  position: relative;
  bottom: 129px;
  padding-left: 30px;
}
.welcm-title h1,
.welcm-title h2 {
  font-size: 116px;
  color: #32662f;
  z-index: 99;
  font-family: "SharpGroteskSmBold20";
}

.say-sec {
  width: 100%;
  float: left;
  background: #78bf73;
  position: relative;
}
.say-sec-cnt,
.blog-img-txt-out {
  position: relative;
  overflow: hidden;
  padding: 195px 0 108px 0;
}

.say-sec-inner,
.blog-img-txt-inn,
.why-page-sec-inner {
  max-width: 1159px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.say-sec h2,
.blog-image-text h2,
.say-sec h1 {
  font-size: 91px;
  color: #283876;
  font-family: "SharpGroteskSmBold20";
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
.say-sec h2 b {
  color: #fff;
  position: relative;
}

.say-sec p,
.blog-image-text p,
.why-page-sec p {
  font-size: 25px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
}

.sayconnect-btn {
  border: 2px solid #9e4a23;
  color: #9a552b;
  font-size: 22px;
  padding: 10px 20px;
  font-family: "SharpGroteskMedium20";
  float: left;
}
.saytopyellow-circle {
  position: absolute;
  top: -70px;
  right: 30%;
  display: none;
}
.sayblue-circle {
  position: absolute;
  top: -90px;
  left: 170px;
}
.saybrown-circle {
  position: absolute;
  right: -47px;
  top: 300px;
}
.saybtmyellow-circle {
  position: absolute;
  left: -255px;
  bottom: 30px;
}

.slidshow-home {
  width: 100%;
  float: left;
  position: relative;
}
.slider .flexslider {
  min-height: auto;
}
.slidshow-home .flexslider .slides > li {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.slidshow-home .flex-control-nav {
  display: block;
}

.slidshow-info p {
  color: #fbf8ec;
  font-size: 25px;
}

.over-slidshow {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
.slidshow-info {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 70px;
  background-image: url(../images/slider-ptrn.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  background-repeat-x: repeat;
}

.features-sec {
  width: 100%;
  float: left;
  position: relative;
}
.feature-img {
  width: 55%;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.feature-cnt {
  width: 45%;
  float: left;
  background: #32b2c7;
  padding: 151px 0 80px 0;
}

.features-sec:nth-child(even) .feature-cnt {
  float: right;
}
.features-sec:nth-child(even) .feature-img {
  right: auto;
  left: 0;
}

.feature-cnt-inner {
  max-width: 465px;
  width: 100%;
  margin: 0 auto;
}
.feature-cnt h2 {
  color: #fbf8ec;
  font-size: 50px;
  padding-bottom: 45px;
  line-height: 59px;
}
.feature-cnt p {
  font-size: 25px;
  color: #000;
  line-height: 37px;
}
.feature-cnt .fetr-btn {
  border: 3px solid #283876;
  padding: 11px 29px;
  font-size: 22px;
  color: #283876;
  font-family: "SharpGroteskMedium20";
  float: left;
  margin-top: 30px;
}
#features-section-2 .feature-cnt {
  background: #9e4a23;
}
#features-section-2 .feature-cnt p {
  color: #fff;
}
#features-section-2 .feature-cnt .fetr-btn {
  color: #fff;
  border-color: #fff;
}
.feature-cnt ul li {
  font-size: 25px;
  color: #000;
  padding-bottom: 21px;
  padding-left: 15px;
  position: relative;
}
.feature-cnt ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -7px;
}
.amenities-feature .feature-cnt ul li:last-child:before {
  display: none;
}
.feature-cnt i {
  font-size: 16px;
  color: #000;
  font-style: normal;
}

.know-form {
  width: 100%;
  float: left;
  background: #78bf73;
  padding: 130px 0;
  position: relative;
  overflow: hidden;
}
.know-form-inner {
  max-width: 682px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.know-form h2 {
  color: #fbf8ec;
  font-size: 41px;
  padding-bottom: 42px;
}
.knowyellow-circle {
  position: absolute;
  top: 27px;
  left: 62px;
}
.knowgreen-circle {
  position: absolute;
  right: -35px;
}
.knowblue-circle {
  position: absolute;
  right: -200px;
  bottom: 82px;
}
.knowbrown-circle {
  position: absolute;
  left: -192px;
  bottom: -74px;
}

.snipet-form .hywrap {
  max-width: 100%;
  margin: 0;
  position: relative;
  z-index: 9;
}
.snipet-form .hywrap form {
  background: none;
}
.snipet-form .hywrap .control-group {
  width: 100%;
  float: left;
  margin-right: 3.5%;
  clear: inherit !important;
  margin-bottom: 28px;
}
.snipet-form .hywrap .top_align .control-label {
  font-family: "SharpGroteskBook20";
  font-size: 16px;
  color: #000;
  margin-bottom: 5px;
}
/*.snipet-form .hywrap .control-group.hy-phone{display:none;}*/
.snipet-form .hywrap .control-group.hy-comment {
  display: none;
}
.snipet-form .hywrap input[type="text"] {
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background: #fcfaee;
  padding-left: 17px;
  font-size: 18px;
  border-radius: 0 !important;
}
.snipet-form .hywrap button[type="submit"] {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  display: block;
  height: 46px;
  outline: none;
  background: none;
  font-size: 24px;
  color: #9e4a23;
  cursor: pointer;
  margin-top: 39px;
  border: 3px solid #9e4a23;
  font-family: "SharpGroteskMedium20";
}
.snipet-form .hywrap button:hover {
  background: #fcfaee;
}
.snipet-form .hywrap .form-actions {
  display: inline-block;
  width: 100%;
}
.snipet-form .hywrap #more-info a {
  display: none;
}
div#hyfield6 {
  display: none;
}
.snipet-form .hywrap button[type="submit"]:hover {
  background: #fff !important;
  color: #9e4a23;
  cursor: pointer;
  margin-top: 39px;
  border: 3px solid #9e4a23;
}

.footer {
  width: 100%;
  float: left;
  background: #fcfaee;
  position: relative;
  padding: 70px 0 54px 0;
}
.ftr-inner {
  width: 100%;
  float: left;
  padding: 0 54px;
}
.ftr-left-col {
  float: left;
}
.ftr-left-col .ftr-logo {
  float: left;
  margin-right: 50px;
}
.ftr-left-col address {
  float: left;
  font-size: 16px;
  font-style: normal;
  padding-top: 37px;
  font-family: "SharpGroteskMedium20";
}
.ftr-left-col address a,
.tel-text {
  color: #283977;
  line-height: 20px;
}
.footer a.tel-link.phonenumber {
  clear: both;
}
.footer a.address-link {
  display: block;
  margin-bottom: 7px;
}

.say-sec-inner a.tel-link.phonenumber {
  color: #000000;
}

.contact-address a.tel-link.phonenumber {
  font-size: 20px;
  color: #283876;
  line-height: 29px;
  padding-bottom: 0;
}
.ftr-right-col {
  float: right;
  padding-top: 70px;
  display: flex;
}
.ftr-right-link {
  display: inline-block;
  margin: 0 35px 0 0;
  position: relative;
}
.ftr-right-link .bzto-logo {
  display: block;
  margin-bottom: 3px;
}
.ftr-right-col a.ftr-privacy {
  color: #283977;
  font-size: 16px;
}
.leed-logo {
  display: inline-block;
  max-width: 150px;
  margin-right: 35px;
  position: relative;
  top: -20px;
}
.hood-ftrlogo {
  display: inline-block;
  margin-right: 35px;
  position: relative;
}

.footer-bottom {
  width: 100%;
  float: left;
  margin-top: 35px;
}
.footer-bottom ul li {
  display: inline-block;
  font-size: 13px;
  color: #283876;
}
.footer-bottom ul li a {
  color: #283876;
}
.footer-bottom ul li:after {
  content: "";
  width: 2px;
  height: 14px;
  background: #283876;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 12px;
}
.footer-bottom ul li:last-child:after {
  display: none;
}
.footer-bottom p {
  float: left;
  font-size: 13px;
  color: #283876;
  padding-top: 9px;
  padding-right: 10px;
}
.footer-bottom p a {
  color: #283876;
}
.social-ftr {
  margin-top: 16px;
}
.social-ftr a {
  margin-right: 8px;
}

/**** NEIGHBORHOOD - PAGE ****/

.bnr-inner-page {
  width: 100%;
  float: left;
  background-color: #fcf8ed;
  position: relative;
}
.bnr-inner-page img {
  width: 100%;
  display: block;
}
.inner-bnr-title {
  display: block;
  position: absolute;
  bottom: 7%;
  padding-left: 30px;
  z-index: 9;
}
.inner-bnr-title h1 {
  font-size: 116px;
  color: #78bf73;
  z-index: 99;
  font-family: "SharpGroteskSmBold20";
  text-transform: capitalize;
}
.page-id-70 .inner-bnr-title h1 {
  color: #78bf73;
}
.page-id-9 .inner-bnr-title h1 {
  color: #9f4a0e;
}

.intro-sec {
  width: 100%;
  float: left;
  background: #78bf73;
  position: relative;
}
.intro-sec-cnt {
  position: relative;
  overflow: hidden;
  padding: 195px 0 108px 0;
}
.intro-sec-inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.intro-sec h2 {
  font-size: 91px;
  color: #283876;
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
.intro-sec h2 span {
  color: #fff;
}
.intro-sec p {
  font-size: 25px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
}
.introbrown-circle {
  position: absolute;
  top: -70px;
  right: 30%;
}
.introskyblue-circle {
  position: absolute;
  right: -123px;
  bottom: 40px;
}
.introyellow-circle {
  position: absolute;
  left: -109px;
  top: 180px;
}

.explor-sec {
  width: 100%;
  float: left;
  background: #fbf8ec;
}
.explor-top-title {
  width: 100%;
  float: left;
  padding: 40px 0px;
  text-align: center;
}
.explor-top-title h2 {
  font-size: 41px;
  color: #283876;
  padding-bottom: 22px;
}
.explor-top-title ul li {
  float: left;
  font-size: 25px;
  color: #6c7578;
  margin-right: 62px;
  float: none;
  display: inline-block;
  line-height: 1.45;
}
.explor-top-title ul li:last-child {
  margin-right: 0;
}
.explor-top-title ul li a {
  color: #6c7578;
}
.explor-top-title ul li.active a {
  color: #283876;
  font-family: "SharpGroteskSmBold20";
}
.explor-top-title ul li a.active {
  font-family: "SharpGroteskSmBold20";
  color: #283876;
}
.neighborhood-map {
  width: 100%;
  float: left;
  position: relative;
}
.my-custom-class-for-label {
  color: #fff;
}
.neighborhood-map img {
  width: 100%;
  display: block;
}
.neighborhood-map #gmap {
  height: 800px !important;
}

.zooming {
  position: absolute;
  bottom: 38px;
  right: 38px;
  width: 100px;
}
.zooming img {
  width: auto;
}
#zoomout {
  float: left;
  margin-right: 8px;
  cursor: pointer;
}
#zoomin {
  cursor: pointer;
}

.my-custom-class-for-label {
  color: #283876;
  font-size: 17px;
  font-family: "SharpGroteskSmBold20";
  max-width: 200px;
}
.my-custom-class-for-transportation {
  color: #fff;
  font-size: 17px;
  font-family: "SharpGroteskSmBold20";
  max-width: 200px;
}

.neighbor-feature .feature-cnt {
  padding: 153px 0;
}
.feature-slide {
  width: 55%;
  position: absolute !important;
  top: 0;
  right: 0;
  height: 100%;
}
.feature-slide.flexslider .slides > li {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.feature-slide .flex-control-nav {
  display: block;
}
.feature-caption {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 70px;
  background-image: url(../images/slider-ptrn.png);
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
}
.over-caption {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}

.infoBox {
  width: 246px;
  min-height: 100px;
  background: #fcfaee;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.poi_image {
  width: 100%;
  float: left;
  height: 160px;
  background-size: cover;
  background-position: center;
}
.googleMapBubble img {
  position: absolute !important;
  top: 7px;
  right: 7px;
}
.poi_image img {
  width: 100% !important;
  display: block !important;
  position: static !important;
}
.infoBox:after {
  content: "";
  width: 0px;
  height: 0px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #fcfaed;
  position: absolute;
  bottom: -9px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.googleMapBubble img {
  width: auto;
}
.infoBox h2 {
  padding-bottom: 6px;
  font-size: 16px;
  color: #283876;
  line-height: 18px;
  padding-left: 20px;
  padding-top: 20px;
  width: 100%;
  float: left;
}
.infoBox p {
  font-size: 12px;
  color: #283876;
  line-height: 18px;
  max-width: 130px;
  padding-bottom: 12px;
  padding-left: 20px;
}
.infoBox p.actions a {
  font-size: 12px;
  color: #283876;
}

.feature-caption p {
  font-size: 25px;
  color: #fbf8ec;
}
.neighbor-feature .features-sec .feature-cnt {
  float: left;
  background: #78bf73;
}
.neighbor-feature .features-sec:nth-child(even) .feature-slide {
  left: 0;
}
.neighbor-feature .features-sec:nth-child(even) .feature-cnt {
  float: right;
}
.blue-bg {
  background: #283876;
}
.brown-bg {
  background: #9e4a23;
}
.green-bg {
  background: #78bf73;
}

.neighbor-feature #neighbor-section-2 .feature-cnt {
  background: #9e4a23;
}
.neighbor-feature #neighbor-section-2 .feature-cnt p {
  color: #fff;
}
.neighbor-feature #neighbor-section-3 .feature-cnt {
  background: #283876;
}
.neighbor-feature #neighbor-section-3 .feature-cnt p {
  color: #fff;
}

.feature-cnt.chng-color h2 {
  color: #fff;
}
.feature-cnt.chng-color p {
  color: #fff;
}
.feature-cnt.chng-color ul li {
  color: #fff;
}
.feature-cnt.chng-color i {
  color: #fff;
}

.who-sec {
  width: 100%;
  float: left;
  background: #32b2c7;
  position: relative;
}
.who-sec-continer {
  width: 100%;
  float: left;
  padding: 64px 0;
  position: relative;
  overflow: hidden;
}
.who-sec-inner {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
.usr-photo {
  float: left;
}
.cnt-who {
  width: calc(100% - 245px);
  float: right;
  padding-top: 30px;
}
.cnt-who h2 {
  font-size: 25px;
  color: #fbf8ec;
  margin-bottom: 19px;
}
.cnt-who-box {
  width: 47%;
  float: left;
}
.cnt-who-box p {
  font-size: 16px;
  line-height: 25px;
}
.cnt-who-box + .cnt-who-box {
  float: right;
}
.whobrown-circle {
  position: absolute;
  top: -65px;
  left: 30%;
}
.whogreen-circle {
  position: absolute;
  right: -96px;
  top: 100px;
}
.whoyello-circle {
  position: absolute;
  bottom: 38px;
  left: -56px;
}

#category_map {
  width: 100%;
  float: left;
  overflow-y: auto;
}
#category_map h2 {
  margin: 0px;
  background: #32b2c7;
  color: #000;
  font-size: 30px;
  padding: 30px 30px;
  border-bottom: 2px solid #fcfaee;
  position: relative;
}
.category_list {
  cursor: pointer;
}
.category_list.open {
  border-bottom: none !important;
}
.category-content {
  display: none;
  padding: 30px;
  background: #32b2c7;
  color: black;
}
.category-content a {
  width: 100%;
  display: block;
  color: #000000;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 30px;
}
.category-content a:last-child {
  margin-bottom: 0;
}
.arrow {
  margin-left: 9px;
  display: inline-block;
}
.arrowUp {
  width: 30px;
  height: 30px;
  background-image: url(../images/down-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 99;
  transform: rotate(0deg);
  transition: all 0.5s;
  position: absolute;
  right: 30px;
}
.arrowDown {
  transform: rotate(-180deg);
  width: 30px;
  height: 30px;
  background-image: url(../images/down-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: 99;
  transition: all 0.5s;
  position: absolute;
  right: 30px;
}

/****** GALLERY - PAGE ****/

.filterdiv {
  width: 25%;
  float: left;
  height: 0;
  padding-bottom: 25%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
.container {
  overflow: hidden;
}
/* Style the buttons */
.gallery-filter {
  padding: 0 35px;
  width: 100%;
  float: left;
}
.gallery-filter ul li {
  border: none;
  outline: none;
  padding: 25px 0px;
  cursor: pointer;
  font-size: 25px;
  background: none;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  float: left;
  margin-right: 62px;
  display: none;
}
.gallery-filter ul li:first-child {
  display: block;
}
.gallery-filter ul li.active a {
  color: #283876;
  font-family: "SharpGroteskSmBold20";
}
.gallery-filter ul li a {
  color: #6c7578;
}
.gallery-filter ul li a.active {
  color: #283876;
  font-family: "SharpGroteskSmBold20";
}
.gallery-filter ul li a:hover {
  color: #283876;
}

.floor-plans-filter {
  float: left;
  width: 100%;
  background-color: #fcf8ed;
  position: relative;
}
.filterdiv:hover:after {
  opacity: 1;
}
.filterdiv:after {
  content: "";
  position: absolute;
  background: rgba(52, 60, 107, 0.5) url("../images/zoom-icon.png");
  height: 100%;
  width: 100%;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s ease-in;
  -webkit-transition: 0.3s ease-in;
  cursor: pointer;
}

.gallery-wrper {
  width: 100%;
  float: left;
  position: relative;
  min-height: 1000px;
}

/*.remove_overflow:before{content:""; position: fixed; width: 100%;background:rgba(0, 0, 0, 0.7098039215686275); height: 100%; z-index: 9;}*/
.front-gallery-popup {
  position: relative;
  width: 100%;
  float: left;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  overflow: hidden;
  display: none;
}
.gal-popup-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fbf8ec;
  font-size: 25px;
  background-image: url(../images/slider-ptrn.png);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 100%;
  background-repeat-x: repeat;
}

.gal-popup-caption p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 75px;
  padding: 0px 20px;
}

.front-gallery-popup.active {
  opacity: 1;
  z-index: 99;
  display: block;
}
.popup-galleryimg {
  width: 100%;
  float: left;
}
.popup-galleryimg img {
  width: 100%;
  object-fit: cover;
  height: 897px;
  display: block;
}
.glry-top-btn {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 9;
}
.glry-top-btn a.glry-close-popup {
  margin-left: 12px;
}

.share-icon {
  position: absolute;
}
.share-icon .at-share-btn.at-svc-facebook {
  display: none;
}
.share-icon .at-share-btn.at-svc-twitter {
  display: none;
}
.share-icon .at-share-btn {
  padding: 0;
  position: absolute;
  top: -46px;
  left: 0;
  opacity: 0;
}
.share-icon .at-share-btn .at-label {
  display: none;
}

/****** Features & Amenities - PAGE ****/

.page-id-24 .inner-bnr-title h1 {
  color: #29447e;
}
.feature-slide {
  left: 0;
  right: auto;
}
.features-amenities-page .slidshow-home .flexslider .slides > li {
  margin-bottom: -1px;
}
.ameniti-want-sec {
  width: 100%;
  float: left;
  background: #32b2c7;
  padding: 95px 0 52px 0;
}
.ameniti-want-sec h2 {
  font-size: 50px;
  color: #fcfaee;
  padding-bottom: 33px;
}
.ameniti-want-sec ul {
  width: 48%;
  float: left;
}
.ameniti-want-sec ul + ul {
  float: right;
}
.ameniti-want-sec ul li {
  font-size: 25px;
  color: #000;
  line-height: 35px;
  padding-bottom: 13px;
  position: relative;
  padding-left: 15px;
}
.ameniti-want-sec ul li:before {
  content: ".";
  position: absolute;
  left: 0;
  top: -7px;
}
.amenities-feature .features-sec .feature-cnt {
  float: right !important;
}
.amenities-feature .feature-slide {
  left: 0;
}
.amenities-feature .features-sec:nth-child(even) .feature-slide {
  right: 0;
  left: auto;
}
.amenities-feature .features-sec:nth-child(even) .feature-cnt {
  float: left !important;
}

/****** SERVICES - PAGE ****/
.services-page .inner-bnr-title h1 {
  color: #fcfaee;
}
#serv-intro {
  background: #32b2c7;
}
#serv-intro h2 {
  color: #fcfaee;
}
.feature-slide {
  right: 0;
  left: auto;
  min-height: inherit !important;
}
.service-feature .features-sec:nth-child(even) .feature-slide {
  right: auto;
  left: 0;
}
.servtopyellow-circle {
  position: absolute;
  right: 16%;
  top: -66px;
}
.servbrown-circle {
  position: absolute;
  right: -179px;
  bottom: 164px;
}
.servgreen-circle {
  position: absolute;
  left: -143px;
  top: 180px;
}
.servblue-circle {
  position: absolute;
  z-index: 9;
  bottom: -49px;
  left: 30%;
}

/****** CONTACT - PAGE ****/
/*.page-id-68 .inner-bnr-title h1{color:#fcfaee;}*/
.lease-sec {
  width: 100%;
  float: left;
  position: relative;
}
.cnt-lease {
  width: 40%;
  float: right;
  padding: 135px 0px 123px 0px;
  background: #fcfaee;
}
.cnt-lease-inner {
  max-width: 455px;
  width: 100%;
  margin: 0 auto;
}
.cnt-lease h2 {
  font-size: 41px;
  color: #283876;
  padding-bottom: 44px;
}
.cnt-lease p {
  font-size: 25px;
  line-height: 37px;
  color: #283876;
  padding-bottom: 30px;
}
.map-lease {
  width: 60%;
  position: absolute;
  left: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.map-lease img {
  width: 100%;
}
.contact-address {
  margin-top: 20px;
}
.contact-address h2 {
  font-size: 20px !important;
  color: #283876;
  padding-bottom: 4px !important;
}
.contact-address p {
  font-size: 20px;
  color: #283876;
  line-height: 29px;
  padding-bottom: 0;
}
.getdrt-btn a {
  border: 3px solid #283876;
  padding: 11px 29px;
  font-size: 22px;
  color: #283876;
  font-family: "SharpGroteskMedium20";
  float: left;
  margin-top: 30px;
}

/****** THANK YOU AND ERROR - PAGE ****/
.touch-sec {
  width: 100%;
  float: left;
  background: #78bf73;
  height: 100vh;
}
.touch-sec-inner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.touch-box {
  max-width: 918px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.touch-box-inner {
  background: #fcfaee;
  padding: 120px;
  min-height: 480px;
}
.touch-box h2 {
  font-size: 50px;
  color: #283876;
  padding-bottom: 37px;
}
.touch-box p {
  font-size: 25px;
  color: #283876;
  line-height: 37px;
}
.social {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.social a {
  margin-right: 10px;
}

.page-id-488 .touch-box-inner ul li {
  font-size: 25px;
  color: #283876;
  line-height: 37px;
}
.page-id-488 .touch-box-inner ul li a {
  color: #283876;
}

.thnkbrown-circle {
  position: absolute;
  right: 30%;
  top: 10%;
}
.thnkyellow-circle {
  position: absolute;
  bottom: 23%;
  left: -217px;
}
.thnkskyblue-circle {
  position: absolute;
  right: -67px;
  bottom: 25%;
}
.thnkblue-circle {
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.error4 {
  position: relative;
  width: 100%;
  float: left;
}
.error-sec {
  background: #ffde00;
}
.backhm-btn {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.backhm-btn a {
  font-size: 22px;
  border: 2px solid #283876;
  color: #283876;
  font-family: "SharpGroteskMedium20";
  padding: 12px 25px;
}
.erorskybluetop-circle {
  position: absolute;
  top: 45px;
  right: 32%;
}
.erorgreen-circle {
  position: absolute;
  left: -200px;
  top: 0;
  z-index: -9;
}
.erorblue-circle {
  position: absolute;
  right: -67px;
  top: 50%;
  transform: translateY(-50%);
}
.erorskybluebtm-circle {
  position: absolute;
  left: 30%;
  bottom: 45px;
}
.erorbrown-circle {
  position: absolute;
  right: 30%;
  bottom: -55px;
  z-index: 9;
}

/***** Floor Plans - Page ****/

.find-perfact-fit {
  float: left;
  width: 100%;
  background: #31b1c6;
  padding: 55px 0;
}
.find-perfact-fit h2 {
  font-size: 50px;
  color: #fff;
}
.find-perfact-fit h2 {
  font-size: 50px;
  color: #fff;
  padding: 55px 0 40px;
}
.one-fourth {
  float: left;
  width: 25%;
}
.select-style label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "SharpGroteskSmBold20";
}
.nice-select span {
  font-size: 18px;
  font-weight: bold;
}
.select-style .nice-select {
  background: no-repeat;
  border: none;
  width: 265px;
  padding-left: 0;
  border-bottom: 4px solid #fff;
  border-radius: 0;
}
.select-style .nice-select:after {
  height: 20px;
  width: 20px;
  margin-top: -22px;
  border-color: #fff;
}
.inner-container {
  max-width: 1360px;
  margin: auto;
  overflow: inherit;
}
.nice-select ul.list {
  border-radius: 0;
  width: 100%;
}
.search-unit,
.btn-style {
  display: inline-block;
  float: none;
  margin-top: 70px;
  color: #283876;
  border: 2px solid #283876;
  text-align: center;
  box-shadow: 0px 0px 1px inset;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  background: transparent;
}
button.search-unit {
  font-weight: 600;
  font-size: 22px;
  cursor: pointer;
  background: transparent;
  font-family: "SharpGroteskMedium20";
  box-shadow: 0px 0px 1px inset;
}
.search-by-filter a {
  text-align: center;
  display: inline-block;
  float: none;
  color: #9a552b;
  border: 2px solid #9a552b;
  text-align: center;
  box-shadow: 0px 0px 1px inset;
  padding: 15px 0;
  width: 225px;
  font-weight: 600;
  font-size: 22px;
  text-transform: capitalize;
}
.quick-search-title {
  float: left;
  margin-right: 85px;
  line-height: 3;
  color: #283876;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  z-index: 9;
  font-family: "SharpGroteskSmBold20";
}
.search-by-filter a:not(last-chils) {
  margin-right: 55px;
}
.quick-search {
  margin-top: 75px;
}
.nice-select .option {
  font-size: 20px;
}
.nice-select .option.selected {
  color: #b9b9b9;
}
.nice-select .option:hover {
  color: #fff;
}
.search-btn-wrap {
  float: left;
  width: 100%;
  text-align: center;
}

/**** Floor plans -- page ***/

.floor-plans-inner {
  max-width: 1400px;
  margin: 0 auto;
}
.floor-plans-result-wrap {
  background-color: #fbf9ee;
  padding: 50px 0;
  position: relative;
}
.highlight-div {
  float: left;
  width: 100%;
}
.plan-item {
  width: 29.5%;
  margin-right: 3.8%;
  float: left;
  position: relative;
  margin-bottom: 100px;
}
.plan-item:nth-child(3n) {
  margin-right: 0;
}
.plan-item:nth-child(3n + 1) {
  clear: both;
}
.plan-info {
  float: left;
  width: 50%;
  padding-right: 15px;
}
.plan-info span {
  display: block;
  font-size: 20px;
  color: #283876;
  margin-bottom: 15px;
}
.plan-info strong {
  display: block;
  font-size: 20px;
  color: #283876;
  margin-bottom: 15px;
  font-family: "SharpGroteskSmBold20";
}
.sort-wrap {
  clear: both;
  float: left;
  width: 100%;
}
.no-of-result {
  clear: both;
  margin-top: 40px;
  float: left;
  width: 100%;
  font-size: 16.67px;
  color: #283876;
}
.sort-wrap label {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "SharpGroteskSmBold20";
  color: #283876;
}
.sort-wrap .nice-select span.current {
  color: #283876;
  font-weight: normal;
}
.sort-wrap .nice-select {
  background: no-repeat;
  border: none;
  width: 265px;
  padding-left: 0;
  border-bottom: 4px solid #283876;
  border-radius: 0;
}
.sort-wrap .nice-select:after {
  height: 20px;
  width: 20px;
  margin-top: -22px;
  border-color: #283876;
}
.avial-number {
  background-color: #78bf73;
  border-radius: 100%;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  font-family: "SharpGroteskSmBold20";
  margin-bottom: 20px;
}
.plans-grid {
  margin-top: 40px;
}
.button.detail {
  display: inline-block;
  float: none;
  margin-top: 25px;
  color: #283876;
  border: 2px solid #283876;
  text-align: center;
  box-shadow: 0px 0px 1px inset;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: capitalize;
}
.plan-map {
  float: right;
  width: 49%;
  position: absolute;
  max-width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  right: 0px;
}

.load-more-btn-wrap img {
  width: 32px;
  height: 32px;
  margin: 0px auto;
}
.load-more-btn-wrap {
  clear: both;
  text-align: center;
}
.load-more-btn-wrap a {
  margin-top: 0;
}

.no-result p,
.no-result span {
  clear: both;
  margin-bottom: 10px;
  float: left;
  width: 100%;
  font-size: 16.67px;
  color: #283876;
  display: inline-block;
}
.no-result span {
  margin-bottom: 40px;
}

.preview-large {
  position: fixed;
  width: 100%;
  background: rgba(20, 36, 97, 0.86);
  top: 0px;
  z-index: -1;
  transition: all 0.4s ease-in-out;
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
  box-sizing: border-box;
  padding-top: 45px;
  display: none;
  left: 0px;
}
.preview-large img {
  max-width: 100%;
}
.preview-large-container {
  width: 90%;
  margin: 120px auto 80px;
}
.preview-large.active {
  display: block;
  z-index: 9999;
  display: block;
}
a.preview-large-close-popup {
  position: absolute;
  right: 20px;
  top: 100px;
  cursor: pointer;
}
.body-overflow,
.popup_overflow {
  overflow: hidden;
}

.view-detail-popup {
  position: fixed;
  width: 100%;
  background: rgba(20, 36, 97, 0.86);
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  overflow: auto;
  padding-bottom: 150px;
  box-sizing: border-box;
  padding-top: 115px;
  display: none;
}
.view-detail-popup.active {
  opacity: 1;
  z-index: 999;
  display: block;
  overflow-x: hidden;
}
.detail-close-popup {
  position: absolute;
  right: 20px;
  top: 40px;
  color: #fff;
  font-size: 11px;
  color: #eaeaea;
  letter-spacing: 3.23px;
  text-align: center;
}

.view-detail-content {
  max-width: 1365px;
  padding: 0px 60px;
  margin: 0 auto;
}
.floor-detail-right {
  width: calc(100% - 480px);
  float: right;
  padding-right: 20px;
  text-align: center;
}
.floor-detail-right > img {
  max-width: 100%;
  background: #fff;
}

.floor-plan-sidebar {
  width: 440px;
  float: left;
}
.floor-plan-details-info strong {
  font-size: 25px;
  color: #fcfaee;
  font-family: "SharpGroteskSmBold20";
}
.floor-plan-details-info span {
  font-size: 25px;
  color: #fcfaee;
  display: block;
  padding-top: 13px;
}
.floor-plan-details-info {
  margin-bottom: 55px;
}
.floor-plan-aside-btn a {
  max-width: 290px;
  width: 100%;
  float: left;
  border: 2px solid #fff;
  color: #fcfaee;
  font-size: 21px;
  margin-bottom: 32px;
  text-align: center;
  padding: 12px 0;
}

.sharefloor-plan {
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 40px;
}
.sharefloor-plan a {
  font-size: 20px;
  color: #fcfaee;
  line-height: 45px;
}
.sharefloor-plan a img {
  float: left;
  margin-right: 32px;
}
.viewzoom {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.viewzoom a {
  color: #fff;
}
.viewzoom a img {
  margin-right: 12px;
  display: inline-block;
  position: relative;
  top: 5px;
}

/***** Blog --- page ****/
#harvey-happen,
.blog-list-wrap {
  background-color: #32b2c7;
}
#harvey-happen h2 {
  color: #fff;
}
.image-div {
  padding-bottom: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
#filter-options,
.blog-archive-options,
.blog-list {
  max-width: 1400px;
  margin: 0 auto;
}
.blog-archive,
.blog-list-wrap,
.filter-wrap {
  width: 100%;
  float: left;
}
.blog-item {
  width: calc(100% / 4);
  padding: 0 20px;
  float: left;
  margin-bottom: 65px;
}
.blog-item:nth-child(4n + 1) {
  clear: both;
}
.blog-archive-options label {
  display: block;
}
.blog-archive {
  padding: 0px 0 50px;
}
.blog-list-wrap {
  padding: 50px 40px;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.blog-list {
  position: relative;
  display: table;
  width: 100%;
}
.blog-list-inner-wrap {
  margin: 0 -20px;
}
span.blog-time {
  font-size: 14px;
  color: #283876;
  margin-bottom: 15px;
  display: block;
}
.blog-details-div p {
  font-size: 20px;
  color: #283876;
  padding: 10px 0;
  font-family: "SharpGroteskSmBold20";
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-details-div a {
  color: #283876;
}
a.blog-thumb-read {
  font-size: 16px;
  color: #283876;
  text-decoration: underline;
  margin: 20px 0px 10px;
  display: block;
}
.blog-details-div {
  background-color: #fff;
  padding: 20px 15px;
}
.blog-hapn-blue-circle {
  position: absolute;
  left: -106px;
  bottom: 95px;
}
.saytopgreen-circle {
  position: absolute;
  top: -135px;
  right: 38%;
}
.saybrown-hapn-circle {
  position: absolute;
  right: -250px;
  top: 116px;
}
.blog-hapn-yellow-small-circle {
  right: 190px;
  position: absolute;
  bottom: -45px;
}
.blog-list-ylw-lrg-circle {
  position: absolute;
  left: -155px;
  top: 285px;
  z-index: -1;
}
.blog-list-brown-sml-right-circle {
  position: absolute;
  right: -155px;
  top: 285px;
  z-index: -1;
}
.blog-list-brown-sml-right-circle {
  position: absolute;
  right: -65px;
  top: 80px;
  z-index: -1;
}
.blog-list-bottom-green-circle {
  position: absolute;
  right: 15px;
  bottom: -85px;
  z-index: -1;
}

#filter-options {
  width: 100%;
  padding: 0px 40px;
  max-width: 1470px;
}
#filter-options ul {
  padding: 40px 0px;
  float: left;
}
#filter-options ul li {
  float: left;
  font-size: 25px;
  color: #6c7578;
  margin-right: 62px;
}
#filter-options ul li a.active {
  color: #283876;
  font-family: "SharpGroteskSmBold20";
}
#filter-options ul li a {
  color: #6c7578;
}

#filter-options form input.search-input {
  width: calc(100% - 180px);
  float: left;
  height: 50px;
}
#filter-options form .search-btn {
  width: 178px;
  float: left;
  margin-top: 0px;
}

/**** Blog search result -- page ***/
.blog-img-txt-out {
  padding: 195px 0 360px 0;
}

.blog-image-text {
  background-color: #32b2c7;
  width: 100%;
  float: left;
  position: relative;
}
.blog-details-result-inner {
  max-width: 1160px;
  margin: 0 auto;
}
.blog-left-content {
  width: calc(100% - 25%);
  float: left;
  padding-right: 70px;
  font-size: 25px;
  color: #010000;
}
.blog-right-sidebar {
  max-width: 285px;
  width: 25%;
  float: left;
  padding-left: 45px;
  border-left: 2px solid #283876;
}
.blog-title h2 {
  font-size: 50px;
  color: #010000;
  line-height: 1.2;
  font-family: "SharpGroteskSmBold20";
  width: 60%;
}
.blog-post-date,
.blog-left-content p {
  font-size: 25px;
  color: #010000;
}
.blog-left-content p {
  line-height: 1.4;
  margin-bottom: 50px;
}
.blog-details-result-wrap {
  float: left;
  width: 100%;
  background-color: #fbf8ec;
  padding: 0px 40px;
}
.blog-left-content strong {
  font-size: 25px;
  font-family: "SharpGroteskSmBold20";
  margin-bottom: 5px;
  display: block;
}
.top-blog-image {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: -320px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-reports-wrap {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
}
.blog-title {
  margin: 25px 0 45px;
  float: left;
}
h3.sidebar-heading {
  font-size: 20px;
  font-family: "SharpGroteskSmBold20";
  color: #283876;
  margin-bottom: 15px; /*  float: left;*/
}
.sidebar-div ul li a {
  font-size: 20px;
  color: #283876;
  line-height: 26px;
}
input.search-input {
  height: 42px;
  width: 100%;
  background: none;
  box-shadow: none;
  border: 2px solid #a9a4af;
  padding: 0 5px;
}
::-webkit-input-placeholder {
  font-size: 26px;
}
::-moz-placeholder {
  font-size: 26px;
}
:-ms-input-placeholder {
  font-size: 26px;
}
.search-btn {
  display: inline-block;
  float: none;
  margin-top: 30px;
  color: #283876;
  border: 2px solid #283876;
  text-align: center;
  padding: 10px 30px;
  font-weight: bold;
  font-size: 22px;
  background: none;
}
.blog-search-thumb-read {
  display: inline-block;
  float: none;
  margin-top: 15px;
  color: #283876;
  border: 2px solid #283876;
  text-align: center;
  padding: 12px 10px;
  font-weight: bold;
  font-size: 22px;
  background: none;
}
.blog-breadcrumb a {
  color: #fff;
  font-size: 22px;
}
.blog-image-text h2 {
  color: #fff;
  padding-bottom: 50px;
}
.sidebar-search {
  margin-top: 35px;
  margin-bottom: 100px;
  float: left;
  float: left;
}
.sidebar-div {
  margin-bottom: 50px;
}
.sidebar-div ul li {
  margin-bottom: 15px;
}
.sidebar-share label {
  font-size: 16px;
  color: #283876;
  float: left;
  margin-right: 10px;
  line-height: 1.2;
}
.social a i {
  color: #283876;
  font-size: 18px;
  margin: 0 3px;
}

.addthis_inline_share_toolbox .at-icon-wrapper .at-label {
  display: none;
}
.addthis_inline_share_toolbox .at-icon-wrapper svg,
.addthis_inline_share_toolbox .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
  background: #283876 !important;
  border-radius: 3px !important;
}
.at-style-responsive .at-share-btn {
  padding: 0px !important;
}
.addthis_inline_share_toolbox {
  clear: unset !important;
  margin-top: -2px;
  float: left;
}

/* .page-id-78 .addthis_inline_share_toolbox { display: none; } */
.page-id-78 .addthis_inline_share_toolbox .at-share-btn-elements a:first-child,
.page-id-78
  .addthis_inline_share_toolbox
  .at-share-btn-elements
  a:nth-child(2) {
  display: none;
}
.page-id-78 .at-resp-share-element {
  position: absolute !important;
}
.page-id-78 .sharefloor-plan {
  position: relative;
}
.page-id-78 .addthis_inline_share_toolbox .at-icon-wrapper,
.page-id-78 .addthis_inline_share_toolbox .at-icon-wrapper svg {
  width: 290px !important;
  height: 60px !important;
  background: transparent !important;
  border-radius: 0px !important;
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-id-78 .addthis_inline_share_toolbox .at-icon-wrapper svg path {
  display: none;
}
.page-id-78 .addthis_inline_share_toolbox .at-icon-wrapper {
  top: -50px;
  left: -78px;
}

/**** Why bozzuto -- page ***/

.why-page-sec {
  width: 100%;
  float: left;
  background-color: #32b2c7;
  position: relative;
}
.why-page-sec-cnt {
  position: relative;
  overflow: hidden;
  padding: 195px 0 108px 0;
}
#why-bozzuto h2 {
  color: #fff;
}
.why-page-sec h2 {
  font-size: 91px;
  color: #283876;
  font-family: "SharpGroteskSmBold20";
  padding-bottom: 20px;
  position: relative;
  z-index: 9;
}
#why-bozzuto h3 {
  font-size: 25px;
  color: #000000;
  line-height: 36px;
  padding-bottom: 30px;
  position: relative;
  z-index: 9;
  font-family: "SharpGroteskSmBold20";
}
.whyyellowtop-circle {
  position: absolute;
  top: -165px;
  right: 17%;
}
.whyleftgreen-circle {
  position: absolute;
  left: -106px;
  top: 50%;
}
.whyrightblue-hapn-circle {
  position: absolute;
  right: -55px;
  top: 45%;
}
.whybottombrown-small-circle {
  right: 200px;
  position: absolute;
  bottom: -60px;
  z-index: 9;
}

/********* MOBILE - CSS *********/
.mob-hero-sec {
  width: 100%;
  float: left;
  min-height: auto;
  position: relative;
  background: #fcfaec;
  padding-top: 45px;
  padding-bottom: 20px;
}
.mob-hero-sec h2 {
  font-size: 119px;
  color: #78bf73;
  max-width: 818px;
  position: static;
  bottom: 9%;
  padding-left: 40px;
}

.mobfltr {
  width: 100%;
  float: left;
  padding: 20px 0px;
}
.mobfltr-inner {
  /*max-width: 40%; margin: 0 auto;     display: table;*/
  padding-left: 45px;
}
.mobfltr .nice-select {
  padding-left: 0;
}
.mobfltr .nice-select {
  background: none;
  border: none;
  margin-left: -10px;
  height: 40px;
}
.mobfltr .nice-select ul.list {
  width: 200px;
  margin-top: 0;
  z-index: 999;
}
.mobfltr .nice-select span.current {
  font-size: 30px;
  color: #283876;
  font-family: "SharpGroteskSmBold20";
}
.mobfltr .nice-select:after {
  position: absolute;
  border: none;
  transform-origin: unset;
  background-color: #283876;
  width: 15px;
  height: 5px;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  transform: unset !important;
}
.mobfltr .nice-select:before {
  content: "";
  position: absolute;
  background-color: #253678;
  width: 5px;
  height: 15px;
  right: 12px;
  top: 50%;
  margin-top: -8px;

  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.nice-select.open:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.navigation_show {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 11;
}
.navigation_show.active {
  display: block;
}

.test-colour {
  color: #283876 !important;
}

.my-custom-class-for-newlabel {
  color: #fcfaee;
  font-size: 17px;
  font-family: "SharpGroteskSmBold20";
  max-width: 200px;
}

/* nice scroll */

.instagram_featured_content {
  position: absolute;
  background: rgba(40, 56, 118, 0.8);
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.instagram_featured_box {
  text-align: center;
  padding: 0px;
  box-sizing: border-box;
  margin-bottom: 0px;
  width: 16.6666666667%;
  float: left;
}
.instagram_featured_img {
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: center;
  position: relative;
  height: 360px;
}
.instagram_featured_box span.text_title {
  color: white;
  font-size: 16px;
  line-height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 20px;
}

/********* Special - CSS *********/
/*.spcl_overflow:before{content:""; position:fixed; top:0; left:0; width:100%; height:100%; background: rgba(39, 57, 120, 0.7); z-index:9999;}
.spcl_overflow{overflow:hidden;}*/
.special-popup {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  height: 100%;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 100px 0;
}
.special-popup.active:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 57, 120, 0.7);
}
.special-popup.active {
  opacity: 1;
  z-index: 999;
  display: block;
}
.specialclose-btn {
  position: absolute;
  right: 20px;
  top: 20px;
}
.special-popup-detail {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  position: relative;
  background: #fcfaee;
  top: 50%;
  transform: translatey(-50%);
  padding: 100px;
  box-sizing: border-box;
}
.special-popup-detail h2 {
  font-family: "SharpGroteskSmBold20";
  font-size: 50px;
  color: #9f491b;
  line-height: 52px;
}
.special-popup-detail a.shdl-tour-btn {
  font-size: 23px;
  color: #9f491b;
  font-family: "SharpGroteskMedium20";
  border: 2px solid #9f491b;
  padding: 10px 10px;
  display: inline-block;
  margin-top: 25px;
}
.special-popup-detail p {
  font-size: 16px;
  color: #9f491b;
  margin-top: 40px;
}
.spcl-yellow-circle {
  position: absolute;
  top: -80px;
  left: -90px;
}
.spcl-brown-circle {
  position: absolute;
  top: 120px;
  right: -55px;
}
.spcl-green-circle {
  position: absolute;
  bottom: -60px;
  right: 50%;
  z-index: 9999;
  width: 130px;
}
.special-popup-detail .specials-content {
  line-height: 20px;
}
.gallery-filter ul li {
  display: block !important;
}
/* virtualTourLink */
.tour {
  display: block;
  top: 38px;
  z-index: 999;
  cursor: pointer;
  float: right;
  pointer-events: fill;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  padding: 5px;
  margin-right: 75px;
}
.tour-mobile {
  display: none;
}
.navigation-bar ul.menu li.tour-mobile {
  display: none !important;
}
.tour.active {
  opacity: 0;
}
.tour.desktop {
  display: block;
}
.tour.mobile {
  display: none;
}
.tour-btn {
  border: 2px solid #9e4a23;
  color: #9a552b;
  font-size: 22px;
  padding: 10px 20px;
  cursor: pointer;
  font-family: "SharpGroteskMedium20";
  float: left;
}
@media (max-width: 767px) {
  .tour.desktop {
    display: none;
  }
  .tour-mobile {
    display: block;
  }
  .navigation-bar ul.menu li.tour-mobile {
    display: block !important;
  }
}
.tour.desktop:not(.explore-btn) {
  margin-right: 0;
}

/* Covid banner starts */
.navbar,
.container {
  transition: margin-top 0.4s ease;
}
.covid_popup_wrapper {
  background-color: #78bf73;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.covid_popup_wrapper .covid_popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 8.7vw 25px 32px;
  box-shadow: 0px 0px 12px #888888;
}
@media (max-width: 768px) {
  .covid_popup_wrapper .covid_popup {
    padding: 15px 32px 25px 32px;
    flex-direction: column;
  }
}
.covid_popup_wrapper .covid_popup_close {
  position: absolute;
  width: 14px;
  height: 13px;
  top: 25px;
  right: 25px;
  background: url(../images/close.png) no-repeat center center;
  background-size: 14px 13px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .covid_popup_wrapper .covid_popup_close {
    top: 7px;
    right: 7px;
  }
}

.covid_popup_wrapper .covid_info p {
  font-family: "SharpGroteskMedium20";
  font-size: 18px;
  letter-spacing: 0.26px;
  line-height: 33px;
  margin-right: 10px;
}
.covid_popup_wrapper .covid_info p a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .covid_popup_wrapper .covid_info {
    padding-right: 0px;
    text-align: center;
  }
}
.covid_popup_wrapper .covid_btn_wrap a {
  border: 1px solid #ffffff;
  background: transparent;
  padding: 13px 30px 12px;
  white-space: nowrap;
  color: #ffffff;
  font-weight: 700;
}
@media (max-width: 768px) {
  .covid_popup_wrapper .covid_btn_wrap a {
    margin-top: 20px;
    display: block;
    padding: 8px 15px 7px;
  }
}
html.system .covid_btn_wrap a:hover {
  color: #ffffff;
}
/* Covid banner ends */

/*----------------------------------
Reviews page styles
------------------------------------*/
.reviews_content_section {
  padding: 90px 50px;
}
.review_list_row {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.review_item_wrap {
  display: inline-block;
  width: 50%;
  padding-right: 20px;
}
.review_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-right: 30px;
  margin-bottom: 35px;
  margin-top: 20px;
}
.review_item .reviewer {
  width: 85px;
  height: 85px;
}
.review_item .reviewer img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.review_item .review_comment {
  width: calc(100% - 85px);
  padding-left: 30px;
}
.review_item .review_comment p {
  color: #010000;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.review_rating li {
  width: 15px;
  height: 15px;
  float: left;
  margin: 15px 0 15px 15px;
}
.review_rating li:first-child {
  margin-left: 0px;
}
.star_list li {
  width: 20px;
  height: 20px;
  float: left;
  margin: 0px 0 15px 15px;
}
.reviews_page h1 {
  font-family: montserrat, sans-serif;
  font-size: 40px;
}
.reviews_page .banner_content {
  bottom: 123px;
}
.load_more_reviews {
  width: auto;
  text-align: right;
  margin: 0px 0px 20px;
  display: inline-block;
  float: right;
}
.load_more_reviews button {
  color: #283876;
  cursor: pointer;
  border: 0;
  margin: 0 auto;
  box-shadow: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.28px;
  display: block;
  padding-left: 58px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.review_media_head {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
}
.review_media_head > div {
  width: 50%;
}
.apartment .review_media_logo {
  margin-top: 15px;
}
.review_media_logo img {
  width: 137px;
}
.link-review {
  text-align: right;
  padding-right: 50px;
  padding-top: 6px;
}
.link-review a {
  opacity: 1;
  display: inline-block;
  padding: 0px 15px;
  margin: 0px auto 0px;
  background-color: #9e4a23;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.86px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link-review a:hover {
  opacity: 0.7;
}
.system .link-review a:hover {
  background-color: #659191;
  color: #92dfdf;
}
.reviews_content_section .loading_section {
  text-align: center;
}
.reviews_content_section .loading_section img {
  width: 60px;
}
.review_media_head h3 {
  color: #141e2c;
  font-weight: bold;
}
.star_list {
  float: right;
  margin-top: 3px;
}
.total_review {
  font-weight: 600;
  line-height: 26px;
  color: #32b2c7;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}
.more_section {
  text-align: right;
  padding-right: 50px;
  display: inline-block;
  float: right;
  padding-bottom: 14px;
}
.google .link-review {
  padding-top: 0px;
}
.apartment .link-review {
  padding-top: 14px;
}
.google .more_section {
  padding-bottom: 0px;
}
.reviews_content_section .content_block {
  margin-bottom: 60px;
}
.reviews_content_section .google .content_block {
  margin-bottom: 11px;
}
#reviews-banner .say-sec-cnt h1 {
  color: #fff;
}
#reviews-banner .say-sec-cnt {
  padding: 195px 0px 100px;
}
#reviews-banner {
  background: #32b2c7;
}
.reviews_page {
  clear: both;
}
.load_more_reviews button:focus {
  outline: none;
}
.reviews_page,
body.page-template-template-reviews {
  background: #fbf8ec;
}
.review_item .review_comment h4 {
  margin-bottom: 10px;
}
#reviews-banner .say-sec-cnt .blog-hapn-blue-circle {
  bottom: 10px;
}

/* SEO edits */
.hidden-heading {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  height: 0;
}
.osano-cm-widget {
  display: none;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link:hover,
.osano-cm-link:active,
.osano-cm-link {
  color: #000;
}
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-disclosure__toggle:hover,
.osano-cm-link,
.osano-cm-link:hover,
.osano-cm-link:active {
  color: #000;
}
.desk-cookie-link {
  position: relative;
  margin-left: 12px;
}
.desk-cookie-link::before {
  content: "";
  width: 2px;
  height: 14px;
  background: #283876;
  display: inline-block;
  position: absolute;
  top: -2px;
  margin: 0 12px;
  left: -24px;
}
.cookie-link {
  color: #283977;
  font-size: 16px;
  margin-top: 5px;
  white-space: nowrap;
  display: inline-block;
}
@media all and (max-width: 767px) {
  .desk-cookie-link {
    display: none;
  }
  .ftr-right-col a.ftr-privacy {
    margin-right: 10px;
  }
}

.view-detail-popup.active .expense-display {
  width: 100vw;
  float: left;
  background-color: #fbf9ee;
  margin-top: 20px;
  padding-bottom: 40px;
}

.expense-display {
  padding-top: 20px;
}

.expense-display * {
  text-align: left;
}

.rfwa-expense-guide-container .rfwa-accordion-icon::before {
  border-right: 2px solid rgba(0, 0, 0, 0.8) !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.8) !important;
}

.expense-display .rfwa-expense-guide-container h2 {
  font-style: normal;
  font-size: 28px;
  line-height: 1.2;
  font-family: "SharpGroteskMedium20";
  font-weight: 400;
  color: #283876;
}

@media (max-width: 1200px) {
  .rfwa-expense-list td::before {
    color: #283876 !important;
  }
}

.expense-display .rfwa-expense-guide-container p {
  font-family: "SharpGroteskMedium20";
}
.expense-display .rfwa-expense-accordion .rfwa-accordion-header h3 {
  font-family: "SharpGroteskMedium20";
}

.expense-display .rfwa-expense-accordion .rfwa-accordion-header p {
  font-family: "SharpGroteskBook20";
}

.expense-display
  .rfwa-expense-accordion
  .rfwa-group-title
  span.rfwa-expense-type-badge {
  font-family: "SharpGroteskMedium20";
}


.expense-display .rfwa-group-title {
  color: #283876 !important;
}

.expense-display .rfwa-expense-accordion .rfwa-expense-list th {
  font-family: "SharpGroteskMedium20";
}

.expense-display
  .rfwa-expense-accordion
  .rfwa-expense-list
  thead
  th:last-child {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.expense-display
  .rfwa-expense-accordion
  .rfwa-expense-list
  tbody
  .rfwa-expense-type:not(.Required),
 .expense-display .rfwa-expense-type-badge.rfwa-expense-type-optional
  {
    background: #C9AA6D !important;
    color: #FFF !important;
    border: 1px solid #C9AA6D !important;
}


.expense-display
  .rfwa-expense-accordion
  .rfwa-expense-list
  tbody
  .rfwa-expense-type.Required,
  .expense-display .rfwa-expense-type-badge.rfwa-expense-type-required {
    background: #9e4a23 !important;
    color: #FFF !important;
    border: 1px solid #9e4a23 !important;
  }

.expense-display .rfwa-expense-accordion .rfwa-expense-list tr td {
  font-family: "SharpGroteskMedium20";
}

.expense-display .rfwa-expense-label {
  font-family: "SharpGroteskBook20";
  
}

@media (max-width: 600px) {
  .rfwa-expense-label {
    text-align: right !important;
  }
}

.rfwa-expense-amount span {
  font-family: "SharpGroteskBook20";
}
.rfwa-expense-details {
  font-family: "SharpGroteskBook20";
}

.page-template-template-sightmap .wrapper {
  margin-bottom: 80px;
}

#sightmap_parent {
  height: 100vh;
  padding-top: 220px;
  margin-bottom: 100px;
}

#sightmap_parent #sightmap {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
}

.view-map {
  font-size: 21px;
  max-width: 290px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border: 2px solid #fff;
  color: #fcfaee;
  float: inline-start;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .view-map {
    font-size: 16px;
  }
}

.view-map .view-map-a {
  color: white;
}

#sightmap_parent .back_fp_wrap {
  margin-left: 3%;
  display: flex;
  flex-direction: row;
}
#sightmap_parent .map_view_button {
  pointer-events: none;
}
@media (max-width: 768px) {
  #sightmap_parent .back_fp_wrap {
    justify-content: center;
  }
  .floor-plans-inner .filter-sort-section {
    justify-content: center;
    flex-direction: column;
  }
  .floor-plans-inner .filter-sort-section .back_fp_wrap {
    justify-content: center;
  }
  .floor-plans-inner .filter-sort-section .sort-wrap {
    margin-top: 16px;
  }
}
.floor-plans-inner .filter-sort-section {
  display: flex;
  justify-content: space-between;
}

.floor-plans-inner .filter-sort-section .back_fp_wrap {
  margin: 8px 0;
  display: flex;
}

.floor-plans-inner .filter-sort-section .back_fp_wrap .floorplan_view_button a {
  pointer-events: none;
}

@media (min-width: 768px) {
  .floor-plans-inner .filter-sort-section .sort-wrap {
    width: auto;
  }
}

.floor-plans-result-wrap .floorplan_view_button {
  background-color: rgba(242, 242, 242, 1.0) !important;
}

#sightmap_parent .back_fp_wrap {
  width: fit-content;
}

.floor-plans-inner .back_fp_wrap {
	height: max-content;
}

.back_fp_wrap {
  border: 1px solid #000;
}

.map_view_button {
  border-right: 1px solid #000;
}

.floor-plans-result-wrap .map_view_button {
  background-color: rgba(242, 242, 242, 0.3) !important;
}

.map_view_button {
  background-color: rgb(242, 242, 242);
}

.map_view_button a,
.floorplan_view_button a {
  color: #9a552b;
  font-family: "SharpGroteskMedium20";
  display: flex;
  /* border: 2px solid #383D3D; */
  height: 58px;
  width: 200px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 700.8px) {
  .map_view_button a,
  .floorplan_view_button a {
    width: 150px;
    height: 50px;
    font-size: 16px;
  }
}

.floorplan_view_button {
  background-color: #fbf9ee;
}

.map_view_flooplan_view_container {
  display: flex;
}

.page-template-template-floorplans-result .wrapper {
  margin-bottom: 80px;
}

.page-template-template-floorplans-result .floor-plans-result-wrap {
  margin-bottom: 80px;
}

.page-template-template-floorplans-result .floor-plans-result-wrap {
}

.view-detail-popup.active {
  padding-bottom: 0px;
}

.page-template-template-floorplans-result
  .view-detail-content
  .expense-display {
  margin-top: 20px;
  background-color: #fbf9ee;
  float: inline-end;
  padding-bottom: 80px;
}

.baser_rent_and_calculator {
  .base-rent {
    background-color: green;
    display: none;
  } 
}

.disclaimer {
  color: #283876;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  float: left;
  align-items: center;
  width: max-content;
  width: 100%;
}
.monthly-rent {
  font-weight: bold !important;
}

.floor-plan-details-info {
  .montly_rent {
    font-weight: 600 !important;
    width: max-content;
  }
  .base_rent {
    display: none;
  }
}

.rfwa-export-link {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
}

.rfwa-export-pdf-link {
  color: #666666;
  font-weight: bold;
}

.rfwa-export-pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #2c3e50;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}


.rfwa-export-pdf-link {
  font-weight: bold;
  font-size: 14px;
}

.rfwa-pdf-icon {
  flex-shrink: 0;
  color: #e74c3c;
}

.expense-display * {
  text-align: left;
}

.rfwa-fee-calculator.abcd {
  text-decoration: none; /* Removes the underline */
  color: inherit; /* Inherits the color from the parent element */
  cursor: pointer; /* Ensures the cursor remains a pointer on hover */
  width: max-content !important;
  margin-top: 5px;
}

@media (max-width: 1367px) {
  .rfwa-fee-calculator.abcd {
    margin-top: 10px;
  }
}

.rfwa-fee-calculator.abcd::before {
  display: none;
}

