.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: hsla(0, 0%, 100%, 0.95);
}

.nav-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
}

.nav-menu {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  padding: 10px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Century gothic', sans-serif;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 1px;
  text-decoration: none;
}

.nav-link:hover {
  color: #50b848;
}

.nav-link.w--current {
  color: #50b848;
  font-weight: 700;
}

.header {
  background-color: #fff;
}

.header.page {
  padding-top: 90px;
  padding-bottom: 0px;
}

.header.property-page {
  padding-top: 100px;
}

.wrapper {
  display: block;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper.properties {
  width: 90%;
  padding-bottom: 25px;
}

.img-slider {
  display: block;
  height: 600px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.img-slider-01 {
  background-image: url('../images/Pic-for-About-page1-.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-slider-02 {
  background-image: url('../images/vanrock-old-tappan-medical-02.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-slider-03 {
  background-color: #fff;
  background-image: url('../images/vanrock-7-eleven-paterson.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider {
  text-align: center;
}

.h1 {
  font-family: 'Century gothic', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.h1.slider-h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  text-align: center;
}

.h1.featured-h1 {
  margin-top: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.h1.slider-link-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: capitalize;
}

.h1.property-h1 {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 38px;
}

.h1.team-name {
  margin-top: 0px;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 32px;
}

.h1.services-h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.h1.page-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.h1.acquisitions-h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #50b848;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-transform: capitalize;
}

.h1.acquisitions-list-item {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Century gothic', sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.h1.mission-h1 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.h1.services-descripton-h1 {
  display: block;
  max-width: 950px;
  margin: 0px auto;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.h1.about-h1 {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 32px;
}

.h1.contact-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  text-align: left;
}

.hero-slider-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.9)), to(rgba(80, 184, 72, 0.9))), url('../images/van-rock-property-management-2-min.jpeg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.9), rgba(80, 184, 72, 0.9)), url('../images/van-rock-property-management-2-min.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slider-bg._01 {
  background-image: url('../images/176-greenwood-ave-midland-park-1-min.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-bg._02 {
  background-image: url('../images/156-greenwood-ave-midland-park-17.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-bg._03 {
  background-image: url('../images/129-godwin-midland-park-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-bg._04 {
  background-image: url('../images/starbucks-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.p {
  font-family: 'Century gothic', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

.p.slider-p {
  margin-top: 20px;
}

.p.featured-p {
  color: #f3f4f3;
}

.p.slider-p {
  margin-top: 10px;
  margin-bottom: 0px;
  color: #f3f4f3;
}

.p.property-p {
  margin-bottom: 20px;
  color: #000;
  text-transform: none;
}

.p.slider-p-link {
  margin-top: 15px;
  margin-bottom: 0px;
  color: #50b848;
}

.p.team-p {
  margin-bottom: 25px;
  color: #50b848;
  line-height: 26px;
}

.p.services-p {
  margin-bottom: 25px;
}

.p.footer-p {
  max-width: 400px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
}

.p.copyright-p {
  max-width: 400px;
  margin-bottom: 0px;
  color: #535353;
  font-size: 12px;
}

.p.hero-p {
  color: #1a1a1a;
  font-size: 18px;
  line-height: 24px;
}

.p.contact-p {
  margin-bottom: 25px;
  color: #fff;
  text-align: left;
}

.slide-nav {
  display: block;
  padding-top: 15px;
  font-size: 10px;
  text-align: center;
}

.arrows {
  display: block;
  font-size: 18px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.featured-block {
  position: relative;
  display: block;
  min-height: 400px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 10px solid #50b848;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Emerson-7.JPG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Emerson-7.JPG');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.featured-block:hover {
  border-top-color: #277c20;
}

.featured-block.f01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/autozone-site-plan.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/autozone-site-plan.jpg');
  background-position: 0px 0px, 50% 50%;
}

.featured-block.f02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/Photo-Sep-10-8-54-43-AM.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/Photo-Sep-10-8-54-43-AM.jpg');
}

.featured-block.f03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/starbucks-06.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/starbucks-06.jpg');
  background-position: 0px 0px, 50% 100%;
}

.featured-block.f04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/vanrock-7-eleven-paterson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/vanrock-7-eleven-paterson.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.featured-block.f05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/swedesboro-nj-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/swedesboro-nj-01.jpg');
  background-position: 0px 0px, 50% 50%;
}

.featured-block.f06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/manassas-va-04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/manassas-va-04.jpg');
}

.featured-block.f08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/monroe-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/monroe-01.jpg');
}

.featured-block.f07 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/405-heron-drive-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/405-heron-drive-01.jpg');
  background-position: 0px 0px, 50% 50%;
}

.featured-block.f09 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/img-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/img-03.jpg');
  background-size: auto, cover;
}

.featured-block.f11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/103-central-ave-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/103-central-ave-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #50b848;
  background-color: transparent;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-family: 'Century gothic', sans-serif;
  color: #50b848;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.button:hover {
  border-style: solid;
  border-color: #9aca27;
  background-color: #9aca27;
  color: #fff;
}

.button.featured-button {
  position: absolute;
  left: 40px;
  bottom: 40px;
  padding: 20px 25px;
}

.button.featured-button:hover {
  border-color: #277c20;
  background-color: #277c20;
}

.button.properties-button {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  padding: 20px 25px;
  border-color: #50b848;
  color: #50b848;
}

.button.properties-button:hover {
  border-color: #277c20;
  background-color: #50b848;
}

.button.hero-button {
  max-width: 180px;
  margin-top: 25px;
  padding: 20px 25px;
  border-color: #f3f4f3;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.button.hero-button:hover {
  border-color: #fff;
  background-color: #fff;
  color: #277c20;
}

.h3 {
  font-family: 'Century gothic', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}

.h3.header-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom-width: 2px;
  border-bottom-color: #50b848;
  color: #000;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}

.h3.mission-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.h3.mission-h3 {
  display: block;
  max-width: 180px;
  margin: 0px auto;
  padding-bottom: 10px;
  border-bottom: 2px solid #50b848;
  color: #50b848;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.h3.property-h3 {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 16px;
  background-color: #277c20;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: right;
  text-transform: uppercase;
}

.h3.property-status-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px 10px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: right;
  text-transform: capitalize;
}

.h3.contact-block-h3 {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #50b848;
  color: #f3f4f3;
  font-size: 24px;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.section-header {
  padding: 25px 50px;
  color: #fff;
}

.about-section {
  padding: 100px 50px;
  background-color: #1a1a1a;
  text-align: left;
}

.main {
  padding-bottom: 25px;
  background-image: url('../images/worn_dots.png');
  background-size: 100px;
}

.main.property-main {
  padding-top: 0px;
  background-color: #fff;
  background-image: none;
}

.main.services-main {
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer {
  background-color: #1a1a1a;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 300px;
  padding: 25px 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #50b848;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.9)), to(rgba(80, 184, 72, 0.9))), url('../images/pano-background.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.9), rgba(80, 184, 72, 0.9)), url('../images/pano-background.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.contact-header {
  display: block;
  padding-top: 25px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/vanrock-prop-management-02.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/vanrock-prop-management-02.jpg');
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.page-header.about-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/about-banner.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/about-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.property-header-img {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/acquisitions-banner.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/acquisitions-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.acq-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/acquisitions-banner.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/acquisitions-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.services-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/services-banner.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/services-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header.team-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.8)), to(rgba(80, 184, 72, 0.8))), url('../images/team-banner.jpg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.8), rgba(80, 184, 72, 0.8)), url('../images/team-banner.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.page-header-container {
  display: block;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.team-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 10px solid #50b848;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.property-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  border-width: 10px 1px 1px;
  border-color: #50b848 #000 #000;
  border-top-style: solid;
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75));
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.property-block:hover {
  border-right-color: #50b848;
  border-bottom-color: #50b848;
  border-left-color: #50b848;
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.property-block._01 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/starbucks-07.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/starbucks-07.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._02 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/40-kinderkamack-rd-westwood-autozone-1-min.png');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/40-kinderkamack-rd-westwood-autozone-1-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._03 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/old-tappan-medical-associates-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/old-tappan-medical-associates-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._04 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/vanrock-7-eleven-paterson.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/vanrock-7-eleven-paterson.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, auto;
  background-repeat: repeat, no-repeat;
}

.property-block._05 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/405-heron-drive-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/405-heron-drive-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._06 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/manassas-va-04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/manassas-va-04.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._07 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/swedesboro-nj-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/swedesboro-nj-01.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._08 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/monroe-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/monroe-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._09 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/img-03.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/img-03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._10 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/500-state-road.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/500-state-road.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/103-central-ave-01.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/103-central-ave-01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/176-greenwood-ave-midland-park-1-min.JPEG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/176-greenwood-ave-midland-park-1-min.JPEG');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/129-godwin-midland-park-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/129-godwin-midland-park-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/1-godwin-ave-midland-park-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/1-godwin-ave-midland-park-1-min.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/156-greenwood-ave-midland-park-17.JPEG');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/156-greenwood-ave-midland-park-17.JPEG');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.property-block._16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.75))), url('../images/470-rt-46-south-hackensack-1-min.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url('../images/470-rt-46-south-hackensack-1-min.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slider-property-link {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 10px solid #50b848;
  background-color: rgba(26, 26, 26, 0.9);
  text-align: left;
  text-decoration: none;
}

.header-link {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #50b848;
  color: #000;
  text-decoration: none;
}

.header-link:hover {
  color: #50b848;
}

.hero-slider-container {
  max-width: 750px;
}

.property-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.property-description {
  width: 50%;
  padding: 50px;
  background-color: #f3f4f3;
}

.subhead {
  margin-bottom: 5px;
  font-family: 'Century gothic', sans-serif;
  color: #50b848;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.property-img {
  position: relative;
  width: 50%;
  padding: 50px;
  background-image: url('../images/Pic-for-About-page1-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.property-img._02 {
  background-image: url('../images/vanrock-old-tappan-medical-02.jpeg');
  background-position: 50% 50%;
}

.property-img._03 {
  background-image: url('../images/40-kinderkamack-rd-westwood-autozone-1-min.png');
  background-position: 50% 50%;
}

.property-img._04 {
  background-image: url('../images/vanrock-7-eleven-paterson.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-img._05 {
  background-image: url('../images/405-heron-drive-01.jpg');
}

.property-img._06 {
  background-image: url('../images/manassas-va-04.jpg');
}

.property-img._07 {
  background-image: url('../images/swedesboro-nj-01.jpg');
}

.property-img._08 {
  background-image: url('../images/monroe-01.jpg'), url('../images/Pic-for-About-page1-.jpg');
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
}

.property-img._09 {
  background-image: url('../images/img-03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-img._10 {
  background-image: url('../images/500-state-road.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-img._11 {
  background-image: url('../images/103-central-ave-01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.property-img._12 {
  background-image: url('../images/129-godwin-midland-park-1-min.jpg');
}

.property-img._13 {
  background-image: url('../images/1-godwin-ave-midland-park-1-min.jpg');
}

.property-img._14 {
  background-image: url('../images/156-greenwood-ave-midland-park-17.JPEG');
}

.property-img._15 {
  background-image: url('../images/470-rt-46-south-hackensack-1-min.jpg');
}

.property-img._16 {
  background-image: url('../images/176-greenwood-ave-midland-park-1-min.JPEG');
}

.property-photos-link {
  position: static;
  left: 50px;
  bottom: 50px;
  margin-top: 25px;
  padding: 20px 25px;
  border: 2px solid #50b848;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Century gothic', sans-serif;
  color: #50b848;
  letter-spacing: 1px;
  text-decoration: none;
}

.property-photos-link:hover {
  border-color: #277c20;
  background-color: #277c20;
  color: #fff;
}

.property-photos-link.hide {
  display: none;
}

.property-photos-link.floorplan-link {
  margin-left: 10px;
}

.property-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #50b848;
}

.hero {
  padding-top: 85px;
  padding-bottom: 25px;
  background-color: #fff;
}

.lightbox-link {
  text-decoration: none;
}

.grid-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 10px solid #50b848;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.grid-block.services-block {
  background-color: #50b848;
}

.grid-block.about-block {
  border-top-style: none;
  background-image: url('../images/Pic-for-About-page1-.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.grid-block.acquisitions-block {
  padding: 0px;
  border-top-style: none;
}

.grid-block.services-slider-block {
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  border-top-style: none;
  background-color: #1a1a1a;
}

.acquisitions-list {
  padding-left: 18px;
}

.footer-nav-link {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Century gothic', sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
  text-decoration: none;
}

.footer-nav-link:hover {
  color: #50b848;
}

.footer-nav-link.footer-address:hover {
  color: #fff;
}

.div-block {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: right;
}

.footer-logo {
  margin-left: -7px;
}

.footer-logo-container {
  padding-top: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-h4 {
  font-family: 'Century gothic', sans-serif;
  color: #50b848;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.copyright {
  background-color: #0a0a0a;
}

.copyright-wrapper {
  display: block;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 50px;
}

.img-slider-04 {
  background-color: #fff;
  background-image: url('../images/40-kinderkamack-rd-westwood-autozone-1-min.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.email-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #50b848;
  font-style: italic;
  text-decoration: none;
}

.email-link:hover {
  color: #277c20;
  font-style: normal;
  text-decoration: underline;
}

.email-link.w--current {
  color: #9aca27;
}

.services-description {
  padding: 100px 50px;
  background-color: #1a1a1a;
  text-align: left;
}

.navigation {
  display: block;
}

.home-main {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url('../images/worn_dots.png');
  background-size: 100px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.acqusitions-list {
  margin-bottom: 50px;
}

.property-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: right;
}

.contact-block {
  position: relative;
  display: block;
  max-width: 50%;
  margin-bottom: 25px;
  padding: 50px 100px 30px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1a1a1a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: left;
}

.contact-subheader {
  width: 50%;
  padding: 50px;
  text-align: left;
}

.contact-email {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f3f4f3;
  text-decoration: none;
}

.contact-email:hover {
  color: #50b848;
  font-style: normal;
}

.services-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.properties-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.img-slider-05 {
  background-image: url('../images/156-greenwood-ave-midland-park-17.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-link {
  color: #fff;
  text-decoration: none;
}

.contact-link:hover {
  color: #50b848;
}

.services-slider {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hide {
  display: none;
}

.services-img-slider {
  width: 100%;
  height: 500px;
}

.services-img-slider._01 {
  background-image: url('../images/van-rock-property-management-8-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-img-slider._02 {
  background-image: url('../images/van-rock-property-management-10-min.jpg');
}

.services-img-slider._03 {
  background-image: url('../images/van-rock-property-management-1-min.JPG');
}

.services-img-slider._04 {
  background-image: url('../images/van-rock-property-management-2-min.jpeg');
}

.services-img-slider._05 {
  background-image: url('../images/van-rock-property-management-11-min.jpg');
}

.services-img-slider._06 {
  background-image: url('../images/van-rock-property-management-6-min.jpeg');
}

.services-img-slider._07 {
  background-image: url('../images/van-rock-property-management-7-min.jpeg');
}

.services-img-slider._08 {
  background-image: url('../images/van-rock-property-management-4-min.JPG');
}

.services-img-slider._09 {
  background-image: url('../images/van-rock-property-management-3-min.jpg');
}

.services-img-slider._10 {
  background-image: url('../images/van-rock-property-management-5-min.JPG');
}

.services-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-slider-main-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(80, 184, 72, 0.9)), to(rgba(80, 184, 72, 0.9))), url('../images/van-rock-property-management-2-min.jpeg');
  background-image: linear-gradient(180deg, rgba(80, 184, 72, 0.9), rgba(80, 184, 72, 0.9)), url('../images/van-rock-property-management-2-min.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-slider-main-bg._01 {
  background-image: url('../images/176-greenwood-ave-midland-park-1-min.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-main-bg._02 {
  background-image: url('../images/156-greenwood-ave-midland-park-17.JPEG');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-main-bg._03 {
  background-image: url('../images/129-godwin-midland-park-1-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-slider-main-bg._04 {
  background-image: url('../images/starbucks-06.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .nav-wrapper {
    padding: 20px 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-logo {
    margin-left: 10px;
  }
  .nav-logo.w--current {
    width: 250px;
  }
  .nav-menu {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #50b848;
    text-align: center;
  }
  .nav-link {
    margin: 0px;
    padding: 10px;
    border-bottom: 7px solid transparent;
    color: #f3f4f3;
    line-height: 14px;
    text-align: center;
  }
  .nav-link:hover {
    color: #464646;
  }
  .nav-link.w--current {
    color: #fff;
  }
  .header.page {
    padding: 100px 25px 25px;
  }
  .header.property-page {
    padding-top: 100px;
  }
  .wrapper.contact-wraooer {
    padding-bottom: 25px;
  }
  .h1.acquisitions-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.acquisitions-list-item {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .arrows {
    display: none;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-block {
    min-height: 300px;
  }
  .button.featured-button {
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: block;
  }
  .button.properties-button {
    position: absolute;
  }
  .h3.property-status-h3 {
    margin-top: 20px;
  }
  .about-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_8660_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_8660_1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .main {
    margin-bottom: 0px;
  }
  .footer {
    position: static;
  }
  .footer-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .team-block {
    min-height: 300px;
  }
  .property-block {
    min-height: 300px;
  }
  .property-block:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .property-block._01 {
    padding: 40px;
  }
  .property-block._05 {
    padding: 40px;
  }
  .footer-menu {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .property-section {
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .property-description {
    width: 100%;
  }
  .property-img {
    width: 100%;
    height: 500px;
  }
  .property-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    height: auto;
    padding-top: 100px;
    padding-bottom: 25px;
  }
  .grid-block {
    min-height: auto;
  }
  .grid-block.about-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 200px;
    padding-bottom: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-menu-button {
    padding: 15px;
    color: #50b848;
    font-size: 28px;
    line-height: 28px;
  }
  .nav-menu-button.w--open {
    background-color: transparent;
    color: #464646;
  }
  .footer-nav-link {
    text-align: left;
  }
  .div-block {
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: left;
  }
  .footer-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .footer-logo.w--current {
    width: 250px;
  }
  .footer-h4 {
    margin-top: 25px;
  }
  .services-description {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/IMG_8660_1.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/IMG_8660_1.jpg');
    background-position: 0px 0px, 50% 50%;
  }
  .home-main {
    margin-bottom: 0px;
  }
  .contact-block {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
  .contact-subheader {
    width: auto;
  }
  .services-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .properties-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .services-img-slider {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .nav-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-logo {
    margin-left: 0px;
  }
  .nav-logo.w--current {
    width: 40%;
  }
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-link {
    display: block;
  }
  .header.page {
    padding: 100px 10px 10px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
  }
  .img-slider-01 {
    position: absolute;
  }
  .img-slider-02 {
    position: relative;
    background-image: url('../images/Photo-Sep-10-8-54-43-AM.jpg');
    background-size: cover;
    background-repeat: no-repeat;
  }
  .img-slider-03 {
    display: inline-block;
  }
  .hero-slider {
    height: 600px;
  }
  .h1.slider-h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .h1.slider-link-h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .h1.page-h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .h1.services-descripton-h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .h1.contact-h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .hero-slider-bg._01 {
    background-position: 50% 50%;
    background-size: cover;
  }
  .hero-slider-bg._02 {
    height: 600px;
    background-color: #1a1a1a;
    background-position: 50% 50%;
    background-size: contain;
  }
  .hero-slider-bg._03 {
    background-color: #1a1a1a;
    background-size: contain;
  }
  .hero-slider-bg._04 {
    background-color: #1a1a1a;
    background-size: contain;
  }
  .p.copyright-p {
    display: inline-block;
  }
  .slide-nav {
    position: absolute;
    display: none;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .h3.property-status-h3 {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .about-section {
    margin-right: 0px;
    margin-left: 0px;
  }
  .footer-wrapper {
    padding: 30px;
  }
  .team-block {
    min-height: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-property-link {
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #1a1a1a;
  }
  .hero-slider-container {
    padding-right: 25px;
    padding-left: 25px;
  }
  .property-description {
    padding: 25px;
  }
  .property-photos-link {
    left: 25px;
    bottom: 25px;
  }
  .property-header {
    padding: 25px;
  }
  .hero {
    padding-bottom: 0px;
  }
  .grid-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acquisitions-list {
    font-size: 16px;
  }
  .footer-logo.w--current {
    width: 40%;
  }
  .copyright-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .services-description {
    margin-right: 0px;
    margin-left: 0px;
    padding: 25px;
  }
  .acqusitions-list {
    margin-bottom: 20px;
  }
  .contact-block {
    padding: 25px 25px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-subheader {
    padding: 25px;
  }
  .properties-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .img-slider-05 {
    position: absolute;
  }
  .hero-slider-main-bg._02 {
    height: 600px;
  }
}

@media screen and (max-width: 479px) {
  .nav-wrapper {
    padding: 10px 25px;
  }
  .nav-logo {
    max-width: 175px;
    padding-left: 0px;
  }
  .nav-logo.w--current {
    width: 200px;
    padding-left: 10px;
  }
  .nav-link {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
  }
  .header.page {
    padding-top: 80px;
  }
  .header.property-page {
    padding-top: 80px;
  }
  .wrapper.contact-wraooer {
    padding-bottom: 0px;
  }
  .img-slider-01 {
    background-position: 50% 50%;
  }
  .h1.slider-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.featured-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.slider-link-h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .h1.property-h1 {
    text-align: center;
  }
  .h1.team-name {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.services-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.page-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.acquisitions-h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .h1.acquisitions-list-item {
    line-height: 18px;
  }
  .h1.mission-h1 {
    max-width: none;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .h1.services-descripton-h1 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }
  .h1.about-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .h1.contact-h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .hero-slider-bg._02 {
    background-position: 100% 50%;
  }
  .hero-slider-bg._04 {
    background-size: contain;
  }
  .p.hero-p {
    font-size: 14px;
    line-height: 20px;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .featured-block {
    margin-bottom: 10px;
    padding: 25px;
  }
  .button.featured-button {
    left: 25px;
    right: 25px;
    bottom: 25px;
  }
  .h3.header-h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .h3.property-status-h3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
    line-height: 26px;
    text-align: left;
  }
  .h3.contact-block-h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .section-header {
    padding: 20px;
    text-align: center;
  }
  .about-section {
    padding: 50px 15px;
    text-align: center;
  }
  .main.property-main {
    padding-bottom: 50px;
  }
  .footer-wrapper {
    padding: 25px;
  }
  .page-header {
    height: auto;
  }
  .page-header.contact-header {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .team-block {
    padding: 25px;
  }
  .slider-property-link {
    text-align: center;
  }
  .header-link {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-slider-container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .property-description {
    padding: 25px;
  }
  .subhead {
    font-size: 12px;
  }
  .property-img {
    padding: 24px;
  }
  .featured-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .property-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero {
    padding-top: 80px;
  }
  .grid-block {
    padding: 25px;
  }
  .grid-block.services-block {
    padding: 15px;
  }
  .footer-logo {
    display: inline-block;
    max-width: 80%;
  }
  .footer-logo.w--current {
    width: 160px;
  }
  .footer-logo-img {
    max-width: 175px;
  }
  .services-description {
    padding: 50px 15px;
    text-align: center;
  }
  .property-name {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .contact-block {
    width: 100%;
    padding: 25px 0px 25px 25px;
  }
  .services-grid {
    grid-row-gap: 25px;
  }
  .img-slider-05 {
    background-position: 50% 50%;
  }
  .services-img-slider {
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-01a8a5fb9ea9-01fb8f76 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
  #w-node-b6b81c1d3a04-01fb8f76 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }
}

@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Century gothic';
  src: url('../fonts/century-gothic.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}