.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.body {
  height: 100%;
  background-color: transparent;
}

.welcome-section {
  height: 100%;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.9)),
      to(hsla(0, 0%, 100%, 0.9))
    ),
    url('../images/58d02606edf61f091941c3cf_eastville-leaves-color-min.png');
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.9),
      hsla(0, 0%, 100%, 0.9)
    ),
    url('../images/58d02606edf61f091941c3cf_eastville-leaves-color-min.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.welcome-center-div {
  position: relative;
  top: 50%;
  z-index: 1;
  display: block;
  width: 650px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  text-align: center;
}

.welcome-logo-div {
  display: block;
  width: 175px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}

.welcome-paragraph {
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  color: #646363;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.explore-link {
  display: block;
  font-family: Montserrat, sans-serif;
  color: #174d49;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.down-arrow {
  width: 25px;
  margin-top: 25px;
}

.building {
  height: auto;
  padding: 100px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#174d49),
    to(#113b38)
  );
  background-image: linear-gradient(180deg, #174d49, #113b38);
}

.building-details-left-column {
  padding-right: 50px;
  padding-left: 0px;
}

.building-details-right-column {
  text-align: center;
}

.white-heading {
  position: relative;
  top: 5px;
  display: inline-block;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  letter-spacing: 10px;
  text-transform: uppercase;
}

.white-heading.white {
  color: #fff;
}

.white-paragraph {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.white-paragraph.dark {
  color: #8d8b8b;
  font-size: 16px;
  font-weight: 400;
}

.white-paragraph.form-text {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.building-image-div {
  display: block;
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.list-header {
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.bulleted-list {
  margin-bottom: 25px;
  padding-left: 15px;
}

.list-item {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.list-item.dark {
  color: #8d8b8b;
}

.list-item.dark.features {
  display: block;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 400;
  list-style-type: none;
}

.button-text {
  position: relative;
  left: 7px;
  display: inline-block;
  margin-right: 15px;
}

.lightbox-link {
  width: 300px;
  padding: 10px 20px;
  background-color: rgba(15, 179, 148, 0.5);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.lightbox-link:hover {
  background-color: rgba(15, 179, 148, 0.9);
}

.lightbox-link.residences {
  width: 315px;
  background-color: #117b6b;
  background-image: none;
}

.lightbox-link.residences:hover {
  background-color: #174d49;
}

.explore-map-button {
  display: block;
  margin-top: 20px;
  opacity: 0.75;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: capitalize;
}

.explore-map-button:hover {
  opacity: 1;
}

.view-map-text {
  display: inline-block;
  margin-left: 15px;
}

.map-image {
  height: 25px;
}

.map-modal {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  display: none;
  padding: 150px 100px 100px;
  background-color: hsla(0, 0%, 100%, 0.95);
  opacity: 0;
}

.close-map-link {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 5px;
  font-family: Montserrat, sans-serif;
  color: #174d49;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 5px;
  text-decoration: none;
  text-transform: uppercase;
}

.map-close-text {
  position: relative;
  left: 0px;
  top: 2px;
  right: 0px;
  display: inline-block;
  margin-right: 15px;
}

.map-embed {
  height: 100%;
  border: 1px solid #174d49;
}

.arrow-image {
  display: inline-block;
  opacity: 0;
}

.desktop-nav {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-top: 15px;
  padding-right: 100px;
  padding-left: 100px;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  text-align: center;
}

.desktop-nav-logo {
  margin-right: 10px;
  margin-left: 10px;
  float: none;
}

.desktop-nav-link {
  position: relative;
  display: inline-block;
  height: 90px;
  margin-right: 25px;
  margin-left: 25px;
  padding: 0px;
  font-family: Montserrat, sans-serif;
  color: rgba(23, 77, 73, 0.75);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop-nav-link:hover {
  color: #174d49;
}

.desktop-nav-link.w--current {
  color: #174d49;
  font-weight: 700;
}

.desktop-nav-link.apply {
  position: absolute;
  top: 60px;
  right: 0px;
  float: right;
  font-weight: 600;
}

.nav-hover-line {
  position: static;
  display: block;
  width: 2px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  background-color: #174d49;
  opacity: 1;
}

.nav-hover-line.home {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.apply-text {
  padding: 2px 10px;
  border: 1px solid #174d49;
  background-color: #174d49;
  color: #fff;
  font-weight: 400;
}

.residences {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.96)),
      to(hsla(0, 0%, 100%, 0.96))
    ),
    url('../images/eastville-leaves.png');
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.96),
      hsla(0, 0%, 100%, 0.96)
    ),
    url('../images/eastville-leaves.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.residences-row {
  display: block;
}

.residences-row.mobile {
  display: none;
}

.residences-image-column {
  padding-right: 0px;
  padding-left: 0px;
}

.residence-text-column {
  height: 700px;
  padding: 50px 100px;
}

.residences-slider {
  height: 700px;
  background-color: transparent;
}

.residence-1 {
  background-image: url('../images/342_East_8thST_6A_003-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.header-image-wrapper {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

.slider-arrow {
  height: 100px;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.call-to-action {
  height: 400px;
  padding-top: 128px;
  padding-bottom: 128px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.5)),
      to(rgba(0, 0, 0, 0.5))
    ),
    url('../images/DSC_0204-min_HDR-min.jpeg');
  background-image: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url('../images/DSC_0204-min_HDR-min.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.cta-centered-wrapper {
  position: relative;
  top: 0%;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.cta-visit-image-wrapper {
  display: block;
  width: 50px;
  margin-right: auto;
  margin-left: auto;
}

.large {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.5px;
}

.large.white {
  color: #fff;
}

.schedule-visit-cta-button {
  width: 250px;
  margin-top: 15px;
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  font-weight: 500;
  letter-spacing: 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.schedule-visit-text {
  position: relative;
  left: 5px;
  display: inline-block;
  margin-right: 10px;
}

.schedule-visit-arrow {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.availability {
  padding: 100px;
  background-color: #f5f5f5;
  text-align: center;
}

.avail-content-wrapper {
  text-align: center;
}

.avail-text-div {
  display: block;
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.east-village {
  padding-bottom: 0px;
}

.ev-tabs-menu {
  display: block;
  width: 70%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 75px;
  float: none;
  text-align: center;
}

.ev-tab-links {
  display: inline-block;
  width: auto;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 15px;
  border-right: 5px none rgba(15, 179, 148, 0);
  border-left: 5px none rgba(15, 179, 148, 0);
  border-radius: 5px;
  background-color: transparent;
  opacity: 0.75;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.ev-tab-links:hover {
  border-right: 0px none #0fb394;
  border-left: 0px none #0fb394;
  background-color: rgba(23, 77, 73, 0.5);
  opacity: 1;
  color: #fff;
}

.ev-tab-links.w--current {
  padding-bottom: 15px;
  border-right-style: none;
  border-right-color: #0fb394;
  border-left-style: none;
  border-left-color: #0fb394;
  border-radius: 5px;
  background-color: rgba(23, 77, 73, 0.9);
  opacity: 1;
}

.ev-tab-content {
  width: auto;
  height: auto;
  float: none;
  background-color: #fff;
  text-align: center;
}

.ev-tab-text {
  display: inline-block;
  margin-top: 20px;
  margin-left: 20px;
}

.contact {
  padding: 100px 200px;
  background-color: #000;
}

.tab-pane {
  height: 800px;
}

.contact-copy-wrapper {
  text-align: center;
}

.contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.contact-form .form_list {
  display: flex;
  margin-bottom: 30px;
  gap: 40px;
}

.contact-form .submit_btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit_btn input {
  background: #0fb394;
  border: none;
  color: #fff;
  padding: 0.5rem;
  min-width: 200px;
  text-transform: uppercase;
  font-weight: 700;
}

.contact-form .form_list .form_layout,
.contact-form .form_list .select_form {
  width: 100%;
}

.contact-form .form_list input,
.contact-form .form_list select,
.contact-form .form_list textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #0fb394;
  width: 100%;
  color: #fff;
}

.contact-form .form_list input,
.contact-form .form_list select {
  height: 40px;
}

.contact-form .form_list select {
  color: #6c757d !important;
}

.contact-form .form_list select option {
  color: #000;
}

.contact-form .form_list input:focus-visible,
.contact-form .form_list select:focus-visible,
.contact-form .form_list textarea:focus-visible {
  outline: none;
}

.radio-button-div {
  display: block;
  text-align: left;
}

.radio-button {
  display: inline-block;
  margin-right: 15px;
}

.radio-button.no {
  color: #fff;
  font-size: 14px;
}

.radio-button.yes {
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}

.field-labels {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  font-size: 11px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.form-field {
  padding-top: 0px;
  padding-left: 0px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  background-color: transparent;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
}

.form-field:focus {
  border-bottom-color: #0fb394;
}

.form-field.dark {
  color: #000;
}

.form-field.comments {
  width: 98%;
}

.form-wrapper {
  text-align: left;
}

.submit-button {
  margin-top: 25px;
  background-color: #117b6b;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.submit-button:hover {
  background-color: #174d49;
}

.field-div-wrapper {
  display: inline-block;
  width: 48%;
  margin-right: 20px;
}

.field-div-wrapper.company {
  display: inline-block;
}

.contact-info-wrapper {
  margin-top: 25px;
  text-align: center;
}

.text-block {
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.contact-link {
  display: block;
  margin-bottom: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.contact-link:hover {
  color: #0fb394;
}

.contact-link.fair-housing {
  margin-top: 20px;
  font-weight: 700;
}

.bold-logo {
  display: block;
  width: 150px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.social-link {
  width: 30px;
  margin-top: 25px;
}

.tab-pane-2 {
  height: 800px;
}

.tab-pane-3 {
  height: 800px;
}

.tab-pane-4 {
  height: 800px;
}

.tab-pane-5 {
  height: 800px;
}

.tab-pane-6 {
  height: 880px;
}

.tab-pane-7 {
  height: 800px;
}

.ev-highlights-wrapper {
  position: relative;
  top: 50%;
  width: 40%;
  height: auto;
  padding: 0px 50px;
  float: left;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.map-div-wrapper {
  height: 80%;
  background-image: url('../images/Restaurants-min.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-div-wrapper.restaurants {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/Restaurant.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-div-wrapper.bars {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/Bars.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-div-wrapper.entertainment {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/entertainment.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-div-wrapper.coffee {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/Coffee.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-div-wrapper.grocery {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/food-shop.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.map-div-wrapper.pets {
  width: 60%;
  height: 800px;
  float: right;
  background-image: url('../images/Dog.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map-div-wrapper.transpportation {
  width: 60%;
  height: 880px;
  float: right;
  background-image: url('../images/Transport.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-copy-div {
  padding-top: 50px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(17, 123, 107, 0.95)),
      to(rgba(17, 123, 107, 0.95))
    ),
    url('../images/eastville-leaves.png');
  background-image: linear-gradient(
      180deg,
      rgba(17, 123, 107, 0.95),
      rgba(17, 123, 107, 0.95)
    ),
    url('../images/eastville-leaves.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 1278px;
}

.title-div {
  display: block;
  width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 25px;
  text-align: center;
}

.html-embed {
  display: block;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.custom-mobile-nav {
  display: none;
}

.residence-2 {
  background-image: url('../images/342_East_8thST_6A_005-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.residences-3 {
  background-image: url('../images/342_East_8thST_6A_001-copy-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.residences-4 {
  background-image: url('../images/342_East_8thST_6A_007-min.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.mask {
  background-color: transparent;
}

.registration-section {
  padding: 100px 150px;
}

.registration-body {
  background-color: #000;
}

.registration-div {
  text-align: center;
}

.registration-title {
  margin-bottom: 0px;
  color: #fff;
}

.new-reg-form-link {
  font-family: Montserrat, sans-serif;
  color: #0fb394;
  letter-spacing: 5px;
  text-decoration: none;
}

.new-reg-form-embed {
  margin-bottom: 25px;
}

html.w-mod-js *[data-ix='lightox-link-arrow'] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

html.w-mod-js *[data-ix='new-interaction'] {
  opacity: 0;
}

html.w-mod-js *[data-ix='left-plant-load'] {
  opacity: 0;
}

html.w-mod-js *[data-ix='right-pland-load'] {
  opacity: 0;
}

html.w-mod-js *[data-ix='logo-load'] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix='welcome-copy-load'] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix='load-1'] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix='load-2'] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix='nav-menu-close'] {
  -webkit-transform: translate(0px, -96%);
  -ms-transform: translate(0px, -96%);
  transform: translate(0px, -96%);
}

@media screen and (max-width: 991px) {
  .welcome-section {
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.94)),
        to(hsla(0, 0%, 100%, 0.94))
      ),
      url('../images/eastville-leaves-color.png');
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.94),
        hsla(0, 0%, 100%, 0.94)
      ),
      url('../images/eastville-leaves-color.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }

  .building {
    padding-right: 50px;
    padding-left: 50px;
  }

  .white-paragraph.form-text {
    width: auto;
  }

  .building-image-div {
    width: 400px;
  }

  .lightbox-link.residences {
    width: 315px;
  }

  .desktop-nav {
    display: none;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .desktop-nav-logo {
    display: none;
  }

  .desktop-nav-link {
    height: auto;
    margin-right: 15px;
    margin-left: 15px;
    font-size: 10px;
  }

  .desktop-nav-link.w--current {
    margin-right: 10px;
    margin-left: 10px;
  }

  .desktop-nav-link.apply {
    position: relative;
    top: 0px;
  }

  .nav-hover-line.home {
    display: none;
  }

  .residences-row {
    display: none;
  }

  .residences-row.mobile {
    display: block;
  }

  .residence-text-column {
    height: 600px;
    padding: 97px 50px;
  }

  .residences-slider {
    height: 600px;
  }

  .availability {
    padding-right: 50px;
    padding-left: 50px;
  }

  .avail-text-div {
    width: auto;
  }

  .east-village {
    padding-bottom: 0px;
  }

  .ev-tabs-menu {
    width: auto;
  }

  .ev-tab-links {
    width: 50%;
  }

  .contact {
    padding-right: 50px;
    padding-left: 50px;
  }

  .tab-pane {
    height: 390px;
  }

  .tab-pane-2 {
    height: 390px;
  }

  .tab-pane-3 {
    height: 390px;
  }

  .tab-pane-4 {
    height: 390px;
  }

  .tab-pane-5 {
    height: 390px;
  }

  .tab-pane-6 {
    height: 390px;
  }

  .tab-pane-7 {
    height: 390px;
  }

  .map-div-wrapper.restaurants {
    height: 390px;
  }

  .map-div-wrapper.bars {
    height: 390px;
  }

  .map-div-wrapper.entertainment {
    height: 390px;
  }

  .map-div-wrapper.coffee {
    height: 390px;
  }

  .map-div-wrapper.grocery {
    height: 390px;
  }

  .map-div-wrapper.pets {
    height: 390px;
  }

  .map-div-wrapper.transpportation {
    height: 390px;
    background-size: contain;
  }

  .html-embed {
    width: auto;
  }

  .custom-mobile-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 2;
    display: none;
    height: 100%;
    padding: 25px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(hsla(0, 0%, 100%, 0.95)),
        to(hsla(0, 0%, 100%, 0.95))
      ),
      url('../images/eastville-leaves-color.png');
    background-image: linear-gradient(
        180deg,
        hsla(0, 0%, 100%, 0.95),
        hsla(0, 0%, 100%, 0.95)
      ),
      url('../images/eastville-leaves-color.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    -webkit-transform: translate(0px, -96%);
    -ms-transform: translate(0px, -96%);
    transform: translate(0px, -96%);
    text-align: center;
  }

  .custom-nav-menu {
    margin-bottom: 25px;
  }

  .mobile-logo {
    display: block;
    width: 75px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
  }

  .mobile-nav-link {
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: Montserrat, sans-serif;
    color: rgba(23, 77, 73, 0.6);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-nav-link:hover {
    color: #174d49;
  }

  .drawer-button {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
    width: 100%;
    height: 4%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #117b6b;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .text-block-2 {
    letter-spacing: 5px;
  }

  .text-block-2.menu-text {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
}

@media screen and (max-width: 767px) {
  .welcome-section {
    height: 600px;
  }

  .building {
    padding-right: 25px;
    padding-left: 25px;
  }

  .building-details-left-column {
    margin-bottom: 50px;
    padding-right: 0px;
    text-align: center;
  }

  .white-heading.white {
    font-size: 18px;
  }

  .building-image-div {
    width: 500px;
  }

  .bulleted-list {
    list-style-type: none;
  }

  .desktop-nav {
    display: none;
    padding-right: 0px;
    padding-left: 0px;
  }

  .desktop-nav-link {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 9px;
  }

  .large {
    width: auto;
    text-align: center;
  }

  .availability {
    padding-right: 25px;
    padding-left: 25px;
  }

  .east-village {
    padding-bottom: 0px;
  }

  .ev-tabs-menu {
    width: auto;
    height: auto;
    padding-top: 25px;
    padding-bottom: 50px;
    float: none;
  }

  .ev-tab-links {
    display: inline-block;
    width: 100%;
    font-size: 14px;
  }

  .ev-tab-content {
    width: auto;
    float: none;
  }

  .tab-pane {
    height: 290px;
  }

  .tab-pane-2 {
    height: 290px;
  }

  .tab-pane-3 {
    height: 290px;
  }

  .tab-pane-4 {
    height: 290px;
  }

  .tab-pane-5 {
    height: 290px;
  }

  .tab-pane-6 {
    height: 290px;
  }

  .tab-pane-7 {
    height: 290px;
  }

  .ev-highlights-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .map-div-wrapper.restaurants {
    height: 290px;
  }

  .map-div-wrapper.bars {
    height: 290px;
  }

  .map-div-wrapper.entertainment {
    height: 290px;
  }

  .map-div-wrapper.coffee {
    height: 290px;
  }

  .map-div-wrapper.grocery {
    height: 290px;
  }

  .map-div-wrapper.pets {
    height: 290px;
  }

  .map-div-wrapper.transpportation {
    height: 290px;
  }

  .title-div {
    padding-bottom: 0px;
  }

  .html-embed {
    width: auto;
  }

  .contact_form .form_list {
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .welcome-section {
    height: 800px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .welcome-center-div {
    top: 40%;
    width: auto;
  }

  .white-heading {
    font-size: 18px;
    line-height: 30px;
  }

  .white-heading.white {
    line-height: 24px;
  }

  .building-image-div {
    width: 300px;
  }

  .lightbox-link.residences {
    font-size: 12px;
    letter-spacing: 5px;
  }

  .map-modal {
    padding-right: 25px;
    padding-left: 25px;
  }

  .residence-text-column {
    height: 700px;
    padding: 89px 25px;
    text-align: center;
  }

  .residences-slider {
    height: 300px;
  }

  .availability {
    padding-right: 25px;
    padding-left: 25px;
  }

  .east-village {
    padding-bottom: 0px;
  }

  .ev-tabs-menu {
    height: auto;
  }

  .contact {
    padding-right: 25px;
    padding-left: 25px;
  }

  .tab-pane {
    height: auto;
  }

  .tab-pane-2 {
    height: auto;
  }

  .tab-pane-3 {
    height: auto;
  }

  .tab-pane-4 {
    height: auto;
  }

  .tab-pane-5 {
    height: auto;
  }

  .tab-pane-6 {
    height: auto;
  }

  .tab-pane-7 {
    height: auto;
  }

  .ev-highlights-wrapper {
    position: static;
    width: auto;
    float: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .map-div-wrapper.restaurants {
    width: auto;
    height: 275px;
    float: none;
  }

  .map-div-wrapper.bars {
    width: auto;
    height: 270px;
    float: none;
  }

  .map-div-wrapper.entertainment {
    width: auto;
    height: 270px;
    float: none;
  }

  .map-div-wrapper.coffee {
    width: auto;
    height: 270px;
    float: none;
  }

  .map-div-wrapper.grocery {
    width: auto;
    height: 270px;
    float: none;
  }

  .map-div-wrapper.pets {
    width: auto;
    height: 270px;
    float: none;
  }

  .map-div-wrapper.transpportation {
    width: auto;
    height: 300px;
    float: none;
    background-size: cover;
  }

  .title-div {
    width: auto;
  }

  .custom-mobile-nav {
    width: 100%;
  }
}

#schedule-visit-modal .modal-dialog .modal-content {
  background-color: #000;
  color: #fff;
}

.btn-close {
  background-color: white;
  opacity: 1;
}

#btn-apply {
  display:flex;
  justify-content: center;
  height: 320px;
  padding: 120px 10px;
  background-color: #f5f5f5;
}

#btn-apply a {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  height: 50px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all 0.4s ease 0s;
  padding: 2px 10px;
  border: 1px solid #174d49;
  background-color: #174d49;
}

#btn-apply a:first-child {
  margin-right: 1.5em;
}
