@font-face {
  font-family: "asulbold";
  src:
    url("fonts/asul-bold-webfont.woff2") format("woff2"),
    url("fonts/asul-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "asulregular";
  src:
    url("fonts/asul-regular-webfont.woff2") format("woff2"),
    url("fonts/asul-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansregular";
  src:
    url("fonts/opensans-regular-webfont.woff2") format("woff2"),
    url("fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "open_sansbold";
  src:
    url("fonts/opensans-bold-webfont.woff2") format("woff2"),
    url("fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "garamondregular";
  src:
    url("fonts/garamond_regular-webfont.woff2") format("woff2"),
    url("fonts/garamond_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "garamonditalic";
  src:
    url("fonts/garamond_italic-webfont.woff2") format("woff2"),
    url("fonts/garamond_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "titlinggothicfb_extendedRg";
  src:
    url("fonts/titlinggothicfbext-reg-webfont.woff2") format("woff2"),
    url("fonts/titlinggothicfbext-reg-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  word-wrap: break-word;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
.clear-fix:after {
  display: block;
  clear: both;
  content: "";
}
.clear-both {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.fn {
  float: none;
}
.db {
  display: block;
}
.dn {
  display: none;
}
.dib {
  display: inline-block;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.baselight {
  color: #fff;
}
.basedark {
  color: #000 !important;
}
::-ms-clear {
  display: none;
}
:focus {
  outline: none !important;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
textarea {
  resize: none;
}

i,
em,
.italic {
  font-style: italic;
}
ul {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
.tu {
  text-transform: uppercase;
}
.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.no-margin {
  margin-right: 0;
  margin-left: 0;
}
.underline {
  text-decoration: underline;
}

.scr2 {
  display: none;
}

body {
  font-size: 1.3vw;
  font-family: "open_sansregular";
  color: #333;
}

html,
body {
  height: 100%;
}

main {
  min-height: 100%;
  position: relative;
}

.bg_style {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.img100 {
  width: 100%;
}

.m_cell,
nav h1.logo,
.contact_card h1.logo a img:last-child {
  display: none;
}

.divider {
  display: block;
}

.center {
  text-align: center;
}

.txt_white {
  color: #fff;
}

.txt_bold {
  font-family: "open_sansbold";
}

.content {
  width: 88%;
  margin: auto;
}

p.home_txt {
  font-size: 1.6vw;
}

header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3.4vw;
  height: 25.5%;
}

.scrolling {
  background-color: #333;
  animation: mfadeInTopBig 1s forwards;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes mfadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes mfadeInTopBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mfadeInTopBig {
  -webkit-animation-name: mfadeInTopBig;
  animation-name: mfadeInTopBig;
  display: flex;
}

header h1 {
  width: 19.7%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

header h1 a {
  display: inline-block;
  width: 100%;
  text-align: center;
}

header .nav_icon,
.m_contact_card > div:first-child .nav_icon {
  background-image: url(../images/nav_icon.svg);
  background-repeat: no-repeat;
  width: 2vw;
  height: 1.1vw;
  cursor: pointer;
  position: relative;
  top: 0.15vw;
}

header ul.sub_menu {
  display: flex;
  width: 20%;
  justify-content: space-between;
  align-items: center;
}

header ul.sub_menu li a,
button.contact_btn,
.contact_wrap a {
  font-size: 1.2vw;
  font-family: "asulbold";
  text-transform: uppercase;
  color: #fff;
}

button.contact_btn {
  background-color: transparent;
  border: 1.5px solid #fff;
  width: 12.7vw;
  height: 2.9vw;
}

.contact_wrap {
  width: 25%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav {
  display: none;
  width: 33%;
  background-color: #2a4072;
  position: fixed;
  z-index: 13;
  top: 0;
  right: 0;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
  padding: 2.5vw 6.9vw;
  animation: mfadeInRightBig 0.5s forwards;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@-webkit-keyframes mfadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mfadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mfadeInRightBig {
  -webkit-animation-name: mfadeInRightBig;
  animation-name: mfadeInRightBig;
  display: flex;
}

nav ul li {
  margin-bottom: 1.3vw;
}

nav ul li:last-child {
  margin-bottom: 0;
}

nav ul li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2vw;
  padding: 1vw 0;
  line-height: 1;
  border-bottom: 1px solid transparent;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-family: "titlinggothicfb_extendedRg";
}

.menu_close,
.contact_close {
  background-image: url("../images/menu_close.svg");
  background-repeat: no-repeat;
  width: 1.5vw;
  height: 1.5vw;
  cursor: pointer;
}

.menu_close {
  text-align: right;
}

.menu_border {
  border: 0.5px solid #d8d8d8;
  width: 100%;
}

.menu_bottom > div:first-child {
  margin-bottom: 2vw;
}

h5,
.menu_bottom h5,
.menu_bottom a {
  color: #fff;
  font-size: 1.1vw;
}

.menu_bottom h5,
.menu_bottom a {
  font-family: "asulregular";
}

.menu_bottom a {
  display: block;
}

.herald_towers:before,
.amenities:before,
.residences:before,
.nhood:before,
.buildingwithpinkflowers:before,
.home .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/rectangle.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.pg_space {
  padding: 6vw 0;
}

.new_classic {
  width: 62%;
  margin: auto;
  text-align: center;
}

h4 {
  font-family: "asulregular";
  letter-spacing: 0.1vw;
}

h4,
.txt_card {
  color: #333;
  font-size: 1.2vw;
}

h2 {
  color: #2a4072;
  font-size: 2.7vw;
  text-transform: uppercase;
  letter-spacing: 0.2vw;
  font-family: "titlinggothicfb_extendedRg";
}

h3 {
  font-size: 2vw;
  letter-spacing: 0.2vw;
}

.new_classic h4 {
  padding-bottom: 3.5vw;
}

.new_classic h2,
.new_classic p:first-child {
  padding-bottom: 2vw;
}

.new_classic .view_link {
  margin-top: 3vw;
}

a.view_link {
  display: inline-block;
  color: #333;
  font-size: 1.1vw;
  border-bottom: 1px solid #333;
  padding-bottom: 0.7vw;
  font-family: "titlinggothicfb_extendedRg";
}

.ny_city_card,
.home_am_card {
  position: relative;
}

.flag_ny_city,
.flag_am,
.flag_res,
.flag_nhood {
  position: absolute;
  background-repeat: no-repeat;
}

.flag_ny_city {
  bottom: -6vw;
  right: 6vw;
  z-index: 1;
  background-image: url(../images/home/flag_ny_city.png);
  width: 14.4vw;
  height: 10.8vw;
}

.flag_am {
  background-image: url(../images/home/flag_amenities.png);
  width: 12.7vw;
  height: 13.3vw;
  right: -7.6vw;
  top: 0;
  bottom: 0;
  margin-block: auto;
}

.flag_res {
  background-image: url(../images/home/flag_residences.png);
  width: 14.4vw;
  height: 13.3vw;
  bottom: -6.9vw;
  left: 13.5vw;
}

.flag_nhood {
  background-image: url(../images/home/flag_nhood.png);
  width: 14.4vw;
  height: 11vw;
  top: 2.3vw;
  right: 6.9vw;
}

.home_am_bg,
.gym_card,
.kitchens_card {
  background-color: #f3f3f3;
}

.kitchens_card {
  padding-bottom: 5vw;
}

.home_am_pic {
  background-image: url("../images/amenities/social_room1.jpg");
  width: 85%;
  height: 51vw;
  position: relative;
  top: 6.7vw;
}

.pground_for_patrons {
  width: 61%;
  padding: 13vw 0 6.5vw 13vw;
}

.home_am_card .txt_card {
  position: absolute;
  bottom: 4vw;
  right: 7.5vw;
  width: 12vw;
  font-family: "garamonditalic";
  line-height: 1.4vw;
}

.home_res_pic {
  background-image: url("../images/home/living_dining.jpg");
  width: 100%;
  height: 59vw;
  position: relative;
}

.home_res_card {
  background-color: #647e61;
  padding: 9vw 0 8vw;
}

.home_res_card > div {
  width: 50%;
  margin: auto;
  text-align: center;
}

.home_res_card > div > h2,
.home_res_card > div > p,
.home_res_card > div > a.view_link {
  color: #fff;
}

.home_res_card > div > a.view_link {
  border-color: #fff;
}

.pground_for_patrons p,
.home_res_card > div > p {
  padding: 2.3vw 0;
}

.home_nhood_card {
  position: relative;
}

.home_nhood {
  width: 71%;
  margin: auto;
  padding: 6vw 0;
  display: flex;
  justify-content: space-between;
}

.home_nhood_pic {
  background-image: url("../images/home/ht_neighborhood.jpg");
  width: 29vw;
  height: 51vw;
}

.home_nhood > div:first-child {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 33vw;
}

.home_nhood > div:first-child > div {
  height: 15vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.follow_us_card {
  display: flex;
}

.follow_us_card > div {
  width: 33%;
  height: 39vw;
}

.follow_us_card > div:nth-child(2) {
  background-image: url("../images/home/follow_us_pic1.jpg");
}

.follow_us_card > div:nth-child(3) {
  background-image: url("../images/home/follow_us_pic2.jpg");
}

.follow_us {
  background-color: #2a4072;
  display: flex;
  justify-content: center;
  align-items: center;
}

.follow_us h4,
.follow_us h3,
.follow_us a.view_link,
.footer_card_top a,
.footer_card_top > div:nth-child(3) > div:last-child p {
  color: #fff;
}

.follow_us h3,
.follow_us h4 {
  font-family: "titlinggothicfb_extendedRg";
}

.follow_us h4 {
  letter-spacing: 0.15vw;
  padding-top: 0.3vw;
}

.follow_us a.view_link {
  margin: 2.3vw auto 0;
  border-color: #fff;
  width: 62%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer {
  background-color: #333;
  padding: 3.3vw 0 2vw;
}

.footer_card {
  width: 86%;
  margin: auto;
}

.footer_card_top,
.footer_card_bottom {
  display: flex;
  justify-content: space-between;
}

.footer_card_top {
  font-family: "asulregular";
}

.footer_card_top h5,
.footer_card_top a,
.footer_card_top p {
  line-height: 1.7vw;
}

.footer_card_top a,
.footer_card_top > div:nth-child(3) > div:last-child p {
  font-size: 1.1vw;
  display: block;
}

.footer_card_top > div:nth-child(2) > div:first-child,
.footer_card_top > div:nth-child(3) > div:first-child,
.footer_card_top {
  padding-bottom: 1.5vw;
}

.footer_card_bottom p,
.footer_card_bottom a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "garamondregular";
}

.footer_card_bottom > div:last-child {
  display: flex;
  justify-content: space-between;
  width: 21.6vw;
}

.footer_card_bottom > div:last-child img {
  width: 1.5vw;
  opacity: 0.7;
}

.footer_card_bottom > div:last-child a {
  text-align: right;
}

.footer_card_bottom > div:last-child a,
.footer_card_bottom p {
  font-size: 1.2vw;
}

.amenities_card,
.main_title,
.social_room_slide,
.game_room_slide,
.library_slide,
.gym_slide,
.residences_card,
.pr {
  position: relative;
}

.amenities_card .flag_am {
  right: 7.6vw;
  top: auto;
  bottom: -7vw;
}

.amenities,
.residences,
.nhood,
.availability,
.buildingwithpinkflowers {
  /*height: 63vw;*/
  height: 55vw;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.amenities {
  background-image: url("../images/amenities/social_room1.jpg");
}

.residences {
  background-image: url("../images/residences/living_room1.jpg");
}

.nhood {
  background-image: url("../images/nhood/ht_nhood.jpg");
  /* height: 70vw;*/
}

.availability {
  background-image: url("../images/availability.jpg");
  /*height: 70vw;*/
}

.buildingwithpinkflowers {
  background-image: url("../images/buildingwithpinkflowersincorner.jpg");
}

.amenities h4,
.amenities h2 {
  color: #fff;
}

.title_card h4 {
  padding-bottom: 1.5vw;
}

.social_room_title,
.social_room_card,
.living_card,
.contact_card {
  background-color: #2a4072;
}

.social_room_title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25vw;
  text-align: center;
}

.social_room_title > div {
  padding-top: 5vw;
}

/*swiper*/

.swiper-container {
  width: 100%;
  height: 100%;
  position: static;
}

.swiper-slide {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
  transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 30s ease-out;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.2);
}

.home .swiper-slide {
  height: 55vw;
}

.swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.social_room .swiper-slide {
  height: 65vw;
}

.living .swiper-slide {
  height: 68vw;
}

.herald_square .swiper-slide {
  height: 56vw;
}

.coffee_bar .swiper-slide,
.library .swiper-slide,
.gym .swiper-slide {
  height: 63vw;
}

.game_room .swiper-slide {
  height: 58vw;
}

.game_room_card .gallery_aside {
  padding: 9vw 0 0 6vw;
}

.game_room_card .gallery_aside > div {
  height: 33vw;
}

.game_room_card .gallery_aside > div:first-child {
  width: 36%;
}

.game_room_card .gallery_aside > div:last-child {
  width: 62.5%;
}

.game_room_card p {
  padding: 5vw 0;
}

.swiper-pagination-fraction {
  color: #fff;
  right: 14vw;
  left: auto;
  text-align: right;
  bottom: -3.8vw;
}

.swiper-pagination-fraction.gray_pg {
  color: #333;
}

.swiper-button-next,
.swiper-button-prev {
  bottom: -3.3vw;
  top: auto;
  width: 6vw;
  height: 1.2vw;
  background-repeat: no-repeat;
  color: transparent;
}

.swiper-button-next {
  background-image: url("../images/arrow_right.svg");
  right: 6vw;
}

.swiper-button-next.gray_arrow {
  background-image: url("../images/arrow_gray_right.svg");
}

.swiper-button-prev {
  background-image: url("../images/arrow_left.svg");
  left: auto;
  right: 18.8vw;
  z-index: 11;
}

.swiper-button-prev.gray_arrow {
  background-image: url("../images/arrow_gray_left.svg");
}

.quick_fact_card p {
  font-family: "garamonditalic";
  font-size: 1.2vw;
  width: 26.3vw;
  padding: 1.5vw 0 5vw 6.5vw;
  line-height: 1.4vw;
}

.gallery_aside {
  display: flex;
  justify-content: space-between;
  padding-right: 6vw;
}

.gallery_aside.jackies_club {
  flex-wrap: wrap;
}

.gallery_aside > div {
  height: 36vw;
}

.gallery_aside > div:first-child {
  width: 62.5%;
}

.gallery_aside > div:last-child {
  width: 35%;
}

.gallery_aside.jackies_club > div:first-child {
  width: 62.9%;
  margin-bottom: 1.5vw;
}

.gallery_aside.jackies_club > div:nth-child(2) {
  width: 35.5%;
  margin-bottom: 1.5vw;
}

.gallery_aside.jackies_club > div:nth-child(3) {
  width: 35.5%;
}

.gallery_aside.jackies_club > div:last-child {
  width: 62.9%;
}

.gallery_aside.jackies_club > div {
  height: 33vw;
}

.gallery_txt {
  padding: 5vw 0;
}

.gallery_pic {
  height: 58vw;
}

.gallery_card {
  display: flex;
  justify-content: space-between;
}

.social_room_card .gallery_card {
  position: relative;
  top: 5vw;
}

.social_room_card .gallery_card > div:first-child {
  width: 29%;
  display: flex;
  padding-top: 6.5vw;
}

.social_room_card .gallery_card > div:first-child p {
  width: 79%;
}

.social_room_card .gallery_card > div:last-child {
  width: 68%;
  height: 33.4vw;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

.coffee_bar_card {
  padding: 17vw 0 5vw;
}

.coffee_bar_bg {
  background-color: #f3f3f3;
  margin-top: 10vw;
}

.coffee_bar_slide {
  position: relative;
  top: -5vw;
  padding-left: 5vw;
}

.coffee_bar_gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: 5vw;
}

.coffee_bar_gallery > div {
  /*height: 33vw;*/
  height: 28vw;
}

.coffee_bar_gallery > div:first-child {
  width: 57%;
  margin-bottom: 1.2vw;
}

.coffee_bar_gallery > div:first-child iframe,
.game_room_card .gallery_aside div:last-child iframe,
.gallery_aside > div:first-child iframe,
.social_room_card .gallery_card > div:last-child iframe,
.kitchens_gallery iframe,
.living_features_card .gallery_card iframe {
  width: 100%;
  height: 100%;
}

.coffee_bar_gallery > div:nth-child(2) {
  width: 41.5%;
  margin-bottom: 1.2vw;
}

.coffee_bar_gallery > div:nth-child(3) {
  width: 41.5%;
}

.coffee_bar_gallery > div:last-child {
  width: 57%;
}

.coffee_bar_txt {
  margin: 10vw 0 0;
}

.game_room_card {
  background-color: #647e61;
}

.game_room_card h2 {
  padding: 5vw 0;
}

.library_lounge_card {
  padding: 5vw 0;
}

.library_lounge_card h2 {
  padding-bottom: 5vw;
}

.library_slide {
  padding-right: 5vw;
}

.library_lounge_card .gallery_card {
  padding-top: 10vw;
}

.library_lounge_card .gallery_card > div:first-child {
  width: 66%;
  height: 41vw;
}

.library_lounge_card .gallery_card > div:last-child {
  width: 31%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.library_lounge_card .gallery_card > div:last-child p {
  width: 85%;
}

.gym_card h2 {
  padding: 5vw 0 1.5vw;
}

.gym_card p {
  width: 50%;
}

.gym_slide {
  padding-top: 5vw;
}

.gym_card .gallery_aside {
  padding: 10vw 0 5vw 6vw;
  flex-direction: row-reverse;
}

.gym_card .gallery_aside > div {
  height: 38vw;
}

.gym_card p:last-child {
  padding-bottom: 5vw;
  width: 51%;
}

.view_card {
  padding: 5vw 0;
}

.living_spaces_card {
  padding: 15vw 0;
}

.residences_card .flag_res {
  bottom: -7.4vw;
  left: auto;
  right: 5vw;
}

.living_slide {
  padding: 0 5vw 0 0;
  top: -5vw;
}

.living_card p {
  padding: 7vw 0;
}

.res_links {
  padding-bottom: 5vw;
}

.res_links a.view_link {
  color: #fff;
  border-color: #fff;
  letter-spacing: 0.18vw;
}

.res_links a.view_link:first-child {
  margin-right: 7.5vw;
}

.living_features_card {
  background: linear-gradient(to top, #ffffff 20%, #2a4072 0%);
}

.living_features_card .gallery_card {
  flex-wrap: wrap;
}

.living_features_card .gallery_card > div:nth-child(2) > div,
.living_features_card .gallery_card > div:last-child > div:first-child {
  height: 33vw;
}

.living_features_card .gallery_card > div:nth-child(2) {
  width: 68%;
}

.living_features_card .gallery_card > div:last-child {
  width: 31%;
}

.living_features_card .gallery_card > div:first-child {
  height: 58vw;
  width: 100%;
  margin-bottom: 1vw;
}

.living_features_card .gallery_card > div:last-child > div {
  display: flex;
  justify-content: flex-end;
}

.living_features_card .gallery_card > div:last-child > div > p {
  padding: 1.7vw 0 0 0;
  font-family: "garamonditalic";
  text-align: right;
  width: 60%;
  line-height: 1.4vw;
}

.kitchens_card .title_card {
  padding: 5vw 0 10vw;
}

.kitchens_gallery,
.bathrooms_gallery,
.herald_towers_gallery,
.herald_square_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kitchens_gallery > div {
  height: 18vw;
  width: 32.5%;
  margin-bottom: 1vw;
}

.kitchens_gallery > div:nth-child(7) {
  width: 66.3%;
}

.kitchens_gallery > div:nth-child(7),
.kitchens_gallery > div:nth-child(8) {
  height: 33vw;
  margin-bottom: 0;
}

.kitchens_card p {
  padding: 5vw 0;
}

.bathrooms_gallery_card,
.herald_towers_card {
  background-color: #647e61;
}

.bathrooms_gallery_card p {
  width: 50%;
  padding-bottom: 5vw;
}

.bathrooms_gallery {
  top: -5vw;
}

.bathroom_card .title_card {
  padding: 5vw 0 10vw;
}

.bathrooms_gallery > div:first-child,
.bathrooms_gallery > div:nth-child(2) {
  height: 45vw;
  margin-bottom: 1vw;
}

.bathrooms_gallery > div:first-child {
  width: 65.6%;
}

.bathrooms_gallery > div:nth-child(2) {
  width: 33%;
}

.bathrooms_gallery > div:nth-child(3),
.bathrooms_gallery > div:nth-child(4),
.bathrooms_gallery > div:nth-child(5),
.bathrooms_gallery > div:nth-child(6) {
  height: 20vw;
}

.bathrooms_gallery > div:nth-child(3) {
  width: 15%;
}

.bathrooms_gallery > div:nth-child(4) {
  width: 33%;
}

.bathrooms_gallery > div:nth-child(5) {
  width: 15%;
}

.bathrooms_gallery > div:last-child {
  width: 33%;
}

.herald_towers_gallery {
  padding: 0 0 0 6vw;
}

.herald_towers_gallery > div {
  width: 49.4%;
}

.herald_towers_gallery > div:first-child > div:last-child {
  height: 62vw;
}

.herald_towers_gallery > div:first-child p {
  padding: 2vw 0;
  width: 80%;
}

.herald_towers_gallery > div:first-child,
.herald_towers_gallery > div:nth-child(2) {
  top: 5vw;
}

.herald_towers_gallery > div:nth-child(2) > div:first-child {
  height: 68vw;
  margin-bottom: 1.1vw;
}

.herald_towers_gallery > div:nth-child(2) > div:last-child {
  height: 30vw;
}

.herald_towers_gallery > div:nth-child(3) {
  position: absolute;
  bottom: 3.6vw;
}

.herald_towers_gallery > div:nth-child(3) p {
  width: 52%;
  font-family: "garamonditalic";
  line-height: 1.4vw;
}

.herald_square_txt {
  padding: 6vw 0 13.5vw;
}

.herald_square_txt p {
  width: 45%;
}

.herald_square_gallery_card {
  background: linear-gradient(to top, #ffffff 5%, #f3f3f3 0%);
}

.herald_square_gallery {
  padding: 2vw 6vw 0 0;
}

.herald_square_gallery > div:first-child {
  margin-left: 6vw;
}

.herald_square_gallery > div:first-child,
.herald_square_gallery > div:nth-child(2) {
  width: 46%;
  height: 30vw;
  margin-bottom: 1.2vw;
}

.herald_square_gallery > div:nth-child(3),
.herald_square_gallery > div:last-child {
  height: 40vw;
}

.herald_square_gallery > div:nth-child(3) {
  width: 31.5%;
}

.herald_square_gallery > div:last-child {
  width: 67%;
}

.herald_square_slide {
  top: -7vw;
}

.map_card .title_card {
  padding: 10vw 0 5vw 0;
}

.map_card .title_card p {
  padding-top: 1.5vw;
  width: 63%;
}

.map {
  height: 67vw;
}

.view_card.nhood_pg_links a:first-child {
  margin-right: 7vw;
}

.view_card.nhood_pg_links a:last-child {
  letter-spacing: 0.18vw;
}

.av_card {
  padding-top: 10vw;
}

.table_body {
  display: flex;
  text-align: center;
}

.table_body > div {
  width: 100%;
}

.table_body.titles {
  border-bottom: 2px solid #173346;
}

.table_body {
  border-bottom: 2px solid #d8d8d8;
}

.table_body.titles > div {
  padding: 1vw 0;
  letter-spacing: 0.2vw;
  font-family: "open_sansbold";
}

.table_body > div {
  letter-spacing: 0.1vw;
  padding: 2vw 0;
  font-family: "titlinggothicfb_extendedRg";
  text-transform: uppercase;
}

.table_body > div a {
  color: #333;
}

/*modals*/

.modal-dialog {
  max-width: 50%;
}

.modal-body {
  padding: 3vw 1vw 1vw;
}

.modal-content {
  border-radius: 0;
}

.modal-pic {
  width: 60%;
  margin: 0 auto;
}

.close_icon {
  background-image: url("../images/close_icon.svg");
  background-repeat: no-repeat;
  width: 2.5vw;
  height: 2.5vw;
  display: inline-block;
}

.close_btn {
  position: absolute;
  right: 0.3vw;
  top: 0.5vw;
  opacity: 1;
  z-index: 1;
}

.modal-title,
.modal_subtitle {
  color: #2a4072;
  letter-spacing: 0.1vw;
  text-align: center;
}

.modal-title {
  padding-bottom: 0.4vw;
  line-height: normal;
  font-size: 1.7vw;
  text-transform: uppercase;
}

.modal_subtitle {
  padding-bottom: 1.3vw;
  font-size: 1.2vw;
}

.modal-inputs-lyt {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: auto;
}

.modal-inputs {
  width: 47.5%;
  height: 3vw;
}

.modal-inputs input {
  border-radius: 0;
  width: 100%;
  height: 100%;
  color: #2a4072;
  font-size: 1vw;
  letter-spacing: 0.03vw;
  border: 0;
  border-bottom: 1px solid #2a4072;
  padding: 0 1vw;
}

.modal-inputs.email,
.modal-inputs.email input {
  width: 100%;
}

.modal-submit.submit_btn {
  margin: 2vw auto;
  width: 44%;
  height: 3vw;
}

.fp_link {
  text-align: center;
  padding: 0.5vw 0.5vw 2.5vw;
}

.fp_link a {
  font-size: 1.7vw;
  text-transform: uppercase;
  font-family: "titlinggothicfb_extendedRg";
}

.fp_link a,
.fp_link a:hover,
.fp_link a:visited {
  color: #2a4072;
}

.modal-inputs input::placeholder {
  color: #333;
  opacity: 1;
  font-family: "open_sansregular";
}
.modal-inputs input::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
  font-family: "open_sansregular";
}
.modal-inputs input:-ms-input-placeholder {
  /*Internet Explorer 10-11 */
  color: #333;
  opacity: 1;
  font-family: "open_sansregular";
}
.modal-inputs input::-ms-input-placeholder {
  /*Microsoft Edge */
  color: #333;
  opacity: 1;
  font-family: "open_sansregular";
}

/*modals--end*/

.contact_card {
  width: 100%;
  position: fixed;
  z-index: 14;
  top: 0;
  left: 0;
  display: none;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  animation: mfadeInLeftBig 0.5s forwards;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  background-image: url("../images/contact_bg.jpg");
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: right;
}

@-webkit-keyframes mfadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mfadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mfadeInLeftBig {
  -webkit-animation-name: mfadeInLeftBig;
  animation-name: mfadeInLeftBig;
  display: flex;
}

.contact_card.reg_contact_card {
  display: flex;
  position: static;
  background-image: none;
  padding: 5vw 0;
  animation: none;
}

.contact_card.reg_contact_card .contact_content {
  width: 60%;
  margin: auto;
  position: static;
}

.contact_card.reg_contact_card .contact_content > div {
  width: 100%;
}

.reg_contact_card .toured-fare-embed {
  width: 100%;
  margin-bottom: 1.5rem;
}

.reg_contact_card .toured-pdf-intro {
  margin-bottom: 0.75rem;
  text-align: center;
  color: #fff;
  font-family: "open_sansregular";
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  line-height: 1.5;
  text-transform: uppercase;
}

.reg_contact_card .toured-pdf-frame {
  width: 100%;
  max-width: 100%;
  height: 70vh;
  min-height: 320px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  overflow: hidden;
  background: #f0f0f0;
}

.reg_contact_card .toured-pdf-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.reg_contact_card .toured-pdf-fallback {
  margin-top: 0.65rem;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  font-family: "open_sansregular";
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
}

.reg_contact_card .toured-pdf-fallback a {
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.15em;
}

.disclosure {
  padding-left: 2vw;
  margin-bottom: 3.3vw;
  width: 100%;
  text-align: center;
}

.disclosure input[type="checkbox"] {
  display: none;
}

.disclosure label {
  color: #fff;
  font-size: 1.1vw;
  display: inline;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1vw;
}

.disclosure label:before {
  display: block;
  position: absolute;
  width: 1.2vw;
  height: 1.2vw;
  background-image: url(../images/checkbox.svg);
  background-repeat: no-repeat;
  content: "";
  left: -2vw;
  top: 0.2vw;
  background-position: left bottom;
}

.disclosure input[type="checkbox"]:checked + label:before {
  background-image: url(../images/checkbox_checked.svg);
}

.contact_card h1 {
  text-align: center;
}

.contact_card h1 a {
  display: inline-block;
}

.contact_content {
  display: flex;
  justify-content: space-between;
  padding: 0 3vw;
}

.contact_content > div:first-child {
  width: 53%;
}

.contact_content > div:last-child {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact_card .title_card {
  padding-bottom: 2vw;
}

.contact_card h2 {
  font-size: 3.4vw;
}

.contact_close {
  position: absolute;
  right: 3%;
  bottom: 25%;
}

.form_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.form_list .form_layout,
.form_list .select_form,
.buyer_with_broker {
  margin-bottom: 3.3vw;
}

.form_list .form_layout,
.form_list .select_form,
.reg_contact_card .form_layout.txt_area {
  width: 46%;
}

.form_list .select_form.are_you_broker {
  width: 100%;
}

.form_list .form_layout {
  height: 3vw;
}

.form_layout input,
.form_layout textarea {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 0 1vw;
  font-family: "open_sansregular";
  font-size: 1.1vw;
  border-radius: 0;
  letter-spacing: 0.1vw;
  text-transform: uppercase;
  text-align: center;
}

.form_layout.txt_area {
  line-height: 2.8vw;
  height: 3vw;
  /*width: 100%;*/
}

::placeholder {
  color: #fff;
  opacity: 1;
  font-family: "open_sansregular";
}
::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-family: "open_sansregular";
}
:-ms-input-placeholder {
  /*Internet Explorer 10-11 */
  color: #fff;
  opacity: 1;
  font-family: "open_sansregular";
}
::-ms-input-placeholder {
  /*Microsoft Edge */
  color: #fff;
  opacity: 1;
  font-family: "open_sansregular";
}

.ui-selectmenu-button.ui-button {
  border: 1px solid #fff;
  height: 3vw;
  line-height: 2.8vw;
  color: #fff;
  width: 100%;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  font-family: "open_sansregular";
  text-align: center;
  text-transform: uppercase;
  font-size: 1.1vw;
  letter-spacing: 0.1vw;
}

.ui-button .ui-icon,
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon,
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/arrow_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 1.1vw;
  height: 1.1vw;
  padding-top: 2.8vw;
  right: 1vw;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 0;
  border-bottom: 1px solid #333;
  background: transparent;
  color: #333;
  font-family: "open_sansregular";
}

.ui-widget-content {
  font-size: 0.7vw;
  color: #333;
  font-family: "open_sansregular";
  text-transform: uppercase;
}

.ui-widget.ui-widget-content {
  border: 1px solid #fff;
  border-top: 1px solid transparent;
  background: #fff;
}

.modal-body .submit_btn button[type="submit"],
.submit_btn button[type="submit"] {
  height: 100%;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2vw;
  letter-spacing: 0.2vw;
  font-family: "titlinggothicfb_extendedRg";
  line-height: 1.4vw;
}

.modal-body .submit_btn button[type="submit"] {
  width: 100%;
  background-color: #225584;
  padding-bottom: 0;
}

.submit_btn {
  text-align: right;
  width: 100%;
}

.submit_btn button[type="submit"] {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  padding-bottom: 0.5vw;
}

.contact_content > div:last-child h5,
.contact_content > div:last-child p,
.contact_content > div:last-child a {
  color: #fff;
  display: block;
  text-align: right;
  font-family: "asulregular";
  font-size: 1.2vw;
}

.contact_content > div:last-child a {
  line-height: 1.4vw;
}

.contact_content > div:last-child > div {
  padding-bottom: 1.5vw;
}

.contact_content > div:last-child > div:last-child {
  padding-bottom: 0;
}

nav ul li a:hover,
nav ul li a:visited,
.menu_bottom a:hover,
.menu_bottom a:visited,
.follow_us a.view_link:hover,
.footer_card_top a:hover,
.res_links a.view_link:hover {
  color: #fff;
}

nav ul li a:hover {
  border-color: #d8d8d8;
}

a.view_link:hover {
  color: #333;
}

.coll_slide_inner,
.gallery_img_card {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}

.coll_close {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 2.4vw;
  height: 2.1vw;
  background-image: url(../images/close_icon_white.svg);
  background-repeat: no-repeat;
  cursor: pointer;
}

.coll_slide_inner .swiper-slide.bg_style {
  background-size: contain;
}

.col_slide_zoom,
.gallery_img {
  cursor: pointer;
}

.coll_slide_inner .swiper-container,
.gallery_img_style {
  width: 90.2%;
  height: 90%;
}

.gallery_img_style {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

.hide {
  display: none;
}

.swiper-button-next.inner_arrow,
.swiper-button-prev.inner_arrow {
  bottom: auto;
  top: 50%;
}

.swiper-button-prev.inner_arrow {
  left: 2vw;
  right: auto;
}

.swiper-button-next.inner_arrow {
  right: 2vw;
  left: auto;
}

.faq_wrap,
.intro_card {
  margin: 5vw 0;
}

.faq_card {
  padding: 0 0 1.5vw 1.7vw;
}

.faq_card:last-child {
  padding-bottom: 0;
}

.faq_card > a {
  position: relative;
  font-size: 1.9vw;
  font-family: "titlinggothicfb_extendedRg";
  color: #333;
}

.faq_card > a.collapsed:before {
  content: "+";
}

.faq_card > a:before {
  position: absolute;
  top: 0.3vw;
  left: -1.8vw;
  content: "-";
  font-size: 1.2vw;
  font-weight: bold;
  color: #bababa;
}

.faq_card p {
  padding-top: 1vw;
}

.intro_card h6 {
  padding-bottom: 1vw;
  font-family: "open_sansbold";
}

.intro_wrap {
  padding-bottom: 1.5vw;
}

.intro_space {
  padding: 5vw 0;
}

.intro_list ul,
.intro_list ol {
  padding-left: 1.4vw;
}

.intro_list ul li {
  list-style-type: disc;
}

.av_dsclm {
  font-size: 0.8rem;
  padding-top: 1.3vw;
}

@media only screen and (min-width: 1280px) and (min-height: 720px) {
  .contact_card {
    justify-content: center;
  }

  .contact_card > div:first-child {
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
  }
}

@media only screen and (max-width: 1375px) {
  .ui-selectmenu-menu {
    max-height: 100px;
    overflow-y: auto;
  }
}

@media only screen and (max-width: 1024px) {
  body,
  p.home_txt,
  nav ul li a,
  h4,
  .home_am_card .txt_card,
  .quick_fact_card p,
  .living_features_card .gallery_card > div:last-child > div > p {
    font-size: 4.3vw;
  }

  .menu_bottom h5,
  .menu_bottom a,
  .footer_card_top h5,
  .footer_card_top a,
  .footer_card_top p,
  .footer_card_bottom > div:last-child a,
  .footer_card_bottom p,
  .footer_card_top > div:nth-child(3) > div:last-child p,
  .modal-title,
  .modal_subtitle,
  .modal-inputs input,
  .modal-body .submit_btn button[type="submit"],
  .fp_link a,
  .form_layout input,
  .form_layout textarea,
  .submit_btn button[type="submit"],
  .contact_content > div:last-child h5,
  .contact_content > div:last-child p,
  .contact_content > div:last-child a,
  .ui-selectmenu-button.ui-button,
  .disclosure label,
  .reg_contact_card .toured-pdf-intro,
  .reg_contact_card .toured-pdf-fallback,
  .reg_contact_card .toured-pdf-fallback a {
    font-size: 3.8vw;
  }

  .footer_card_top h5,
  .footer_card_top a,
  .footer_card_top p {
    line-height: 5vw;
  }

  h2 {
    font-size: 5.7vw;
    letter-spacing: 0.5vw;
    line-height: 7vw;
  }

  h4 {
    letter-spacing: 0.3vw;
  }

  .contact_card img:first-child,
  .contact_wrap,
  header ul.sub_menu li a:first-child,
  header ul.sub_menu li a:nth-child(2),
  header h1.logo a img:first-child,
  .flag_ny_city,
  .flag_am,
  .flag_res,
  .flag_nhood,
  .follow_us_card > div:nth-child(2),
  .follow_us_card > div:nth-child(3),
  .d_cell {
    display: none;
  }

  .m_divide,
  header h1.logo a img:last-child,
  .contact_card img:last-child,
  .m_cell,
  .contact_card h1.logo a img:last-child {
    display: block;
  }

  header h1.logo a img:last-child,
  nav,
  .pground_for_patrons,
  .home_nhood_pic,
  .home_nhood > div:first-child,
  .follow_us_card > div,
  .footer_card,
  .footer_card_bottom > div:last-child,
  .gallery_aside > div:first-child,
  .gallery_aside > div:last-child,
  .social_room_card .gallery_card > div:first-child,
  .social_room_card .gallery_card > div:last-child,
  .social_room_card .gallery_card > div:first-child p,
  .coffee_bar_gallery > div:first-child,
  .coffee_bar_gallery > div:last-child,
  .game_room_card .gallery_aside > div:first-child,
  .game_room_card .gallery_aside > div:last-child,
  .library_lounge_card .gallery_card > div:first-child,
  .library_lounge_card .gallery_card > div:last-child,
  .library_lounge_card .gallery_card > div:last-child p,
  .gym_card p,
  .gym_card p:last-child,
  .kitchens_gallery > div,
  .kitchens_gallery > div:nth-child(7),
  .bathrooms_gallery > div:first-child,
  .bathrooms_gallery > div:nth-child(2),
  .bathrooms_gallery > div:nth-child(3),
  .bathrooms_gallery > div:nth-child(4),
  .bathrooms_gallery > div:nth-child(5),
  .bathrooms_gallery > div:last-child,
  .bathrooms_gallery_card p,
  .herald_towers_gallery > div,
  .herald_towers_gallery > div:first-child p,
  .herald_towers_gallery > div:nth-child(3) p,
  .herald_square_txt p,
  .herald_square_gallery > div:first-child,
  .herald_square_gallery > div:nth-child(2),
  .herald_square_gallery > div:nth-child(3),
  .herald_square_gallery > div:last-child,
  .map_card .title_card p,
  .modal-inputs,
  .form_list .form_layout,
  .contact_content > div:first-child,
  .contact_content > div:last-child,
  .gallery_aside.jackies_club > div:first-child,
  .gallery_aside.jackies_club > div:nth-child(2),
  .gallery_aside.jackies_club > div:nth-child(3),
  .gallery_aside.jackies_club > div:last-child,
  .coffee_bar_gallery > div:nth-child(2),
  .coffee_bar_gallery > div:nth-child(3),
  .living_features_card .gallery_card > div:nth-child(2),
  .living_features_card .gallery_card > div:last-child,
  .reg_contact_card .form_layout.txt_area {
    width: 100%;
  }

  .reg_contact_card .toured-pdf-frame {
    height: 55vh;
    min-height: 260px;
  }

  .social_room_title > div.title_card,
  .gallery_aside,
  .content,
  .bathrooms_gallery,
  .herald_towers_gallery,
  .herald_square_gallery,
  .contact_content {
    width: 87%;
  }

  .new_classic,
  .home_res_card > div,
  .follow_us a.view_link,
  .footer_card_bottom > div:last-child {
    width: 80%;
  }

  .footer_card_top,
  .coffee_bar_gallery,
  .library_lounge_card .gallery_card,
  .gym_card .gallery_aside,
  .herald_towers_gallery,
  .herald_square_gallery,
  .modal-inputs-lyt,
  .contact_content,
  .living_features_card .gallery_card {
    flex-direction: column;
  }

  .home_nhood,
  .footer_card_bottom {
    flex-direction: column-reverse;
  }

  .follow_us_card > div > div,
  .footer_card_top,
  .footer_card_bottom > div {
    text-align: center;
  }

  header {
    background-color: #333;
    height: 18vw;
    position: static;
    padding: 0 6vw;
  }

  header h1.logo {
    position: static;
    margin: 0;
    width: 9%;
  }

  header ul.sub_menu {
    width: auto;
  }

  header ul.sub_menu .nav_icon {
    width: 7.2vw;
    height: 4.1vw;
  }

  .m_contact_card > div:first-child .nav_icon {
    right: 6.5%;
    position: absolute;
    top: 37%;
    width: 10.2vw;
    height: 7.1vw;
  }

  nav {
    padding: 6.9vw;
  }

  nav h1.logo,
  .contact_card h1.logo {
    position: absolute;
    left: 7vw;
    width: 9%;
    display: block;
  }

  nav h1.logo a,
  .divider {
    display: inline-block;
  }

  nav ul li {
    margin-bottom: 10vw;
  }

  nav ul li a {
    padding: 0;
    border-bottom: none;
  }

  .menu_close,
  .contact_close {
    width: 6.5vw;
    height: 6.5vw;
  }

  .menu_bottom > div:first-child {
    margin-bottom: 10vw;
  }

  .m_home_logo {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pg_space {
    padding: 24vw 0;
  }

  .new_classic h4 {
    padding-bottom: 9.6vw;
  }

  .new_classic h2 {
    padding-bottom: 10.8vw;
  }

  .new_classic p:first-child {
    padding-bottom: 8.4vw;
  }

  .new_classic .view_link {
    margin-top: 13.2vw;
  }

  a.view_link {
    font-size: 3.8vw;
    padding-bottom: 2.8vw;
  }

  .home_am_pic {
    width: 87%;
    top: 12vw;
  }

  .home_am_pic {
    height: 55vw;
  }

  .home_am_card {
    background-color: #f3f3f3;
  }

  .home_am_card .txt_card {
    position: static;
    display: inline-block;
    width: 52.5vw;
    line-height: 5.2vw;
    padding: 0 0 12vw 5.5vw;
  }

  .pground_for_patrons {
    padding: 24vw 0 12vw 5.5vw;
  }

  .pground_for_patrons p {
    padding: 15.7vw 0 12vw;
  }

  .home_res_card > div > p {
    padding: 12vw 0 15.7vw;
  }

  .home_res_pic {
    height: 60vw;
  }

  .home_res_card,
  .gym_card p:last-child,
  .view_card,
  .home_nhood > div:first-child > div p,
  footer {
    padding: 12vw 0;
  }

  .home_nhood {
    width: 88%;
    padding: 12vw 0 0;
  }

  .home_nhood > div:first-child {
    padding: 12vw 0 24vw;
  }

  .home_nhood_pic {
    height: 155vw;
  }

  .home_nhood > div:first-child > div {
    height: auto;
  }

  .follow_us_card > div {
    background-image: url(../images/home/follow_us_pic2.jpg);
    height: 121vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .follow_us_card > div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .follow_us_card > div > div {
    position: relative;
  }

  .follow_us h3 {
    font-size: 5.8vw;
  }

  .follow_us h4 {
    font-size: 3.5vw;
    padding-top: 1vw;
  }

  .follow_us a.view_link {
    margin: 9.6vw auto 0;
  }

  .footer_card_top > div:nth-child(2),
  .footer_card_top > div:nth-child(3),
  .footer_card_top > div:nth-child(4),
  .footer_card_top > div:nth-child(5),
  .footer_card_top > div:nth-child(2) > div:first-child,
  .footer_card_top > div:nth-child(3) > div:first-child,
  .footer_card_top {
    padding-bottom: 4.8vw;
  }

  .footer_card_top > div:first-child {
    padding-bottom: 12vw;
  }

  .footer_card_bottom > div:last-child {
    margin: auto;
    padding-bottom: 9.6vw;
  }

  .amenities,
  .residences,
  .nhood,
  .availability {
    height: 100vw;
  }

  .home .swiper-slide {
    height: 165vw;
  }

  .title_card h4 {
    padding-bottom: 7.2vw;
  }

  .social_room_title {
    height: 70vw;
  }

  .social_room_title > div {
    padding-top: 10vw;
  }

  .social_room_title .title_card h2 {
    line-height: 8.6vw;
  }

  .quick_fact_card p {
    position: absolute;
    bottom: 7vw;
    line-height: 5vw;
    width: 77%;
  }

  .social_room_card {
    position: relative;
  }

  .social_room_card .gallery_aside {
    margin-top: 34vw;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 20vw;
    height: 3.4vw;
    bottom: -12vw;
  }

  .swiper-button-prev {
    right: auto;
    left: 16vw;
  }

  .swiper-button-next {
    right: 16vw;
  }

  .swiper-pagination-fraction {
    right: 0;
    left: 0;
    text-align: center;
    bottom: -13.5vw;
    width: 10vw;
    margin: auto;
  }

  .gallery_aside {
    padding-right: 0;
    flex-direction: column;
    margin: auto;
  }

  .gallery_aside > div:first-child,
  .coffee_bar_gallery > div:first-child,
  .living_features_card .gallery_card > div,
  .kitchens_gallery > div,
  .kitchens_gallery > div:nth-child(7),
  .bathrooms_gallery > div:first-child,
  .bathrooms_gallery > div:nth-child(2),
  .bathrooms_gallery > div:nth-child(3),
  .bathrooms_gallery > div:nth-child(4),
  .bathrooms_gallery > div:nth-child(5),
  .herald_towers_gallery > div,
  .herald_towers_gallery > div:nth-child(2) > div:first-child,
  .herald_square_gallery > div:first-child,
  .herald_square_gallery > div:nth-child(2),
  .herald_square_gallery > div:nth-child(3),
  .herald_towers_gallery > div:first-child > div:last-child,
  .form_list .form_layout,
  .form_list .select_form,
  .buyer_with_broker {
    margin-bottom: 6vw;
  }

  .gallery_aside > div {
    height: 53vw;
  }

  .gallery_txt,
  .game_room_card p,
  .library_lounge_card,
  .kitchens_card .title_card,
  .kitchens_card p {
    padding: 12vw 0;
  }

  .social_room_card .gallery_card {
    flex-direction: column-reverse;
    position: static;
    margin-top: 12vw;
  }

  .social_room_card .gallery_card > div:last-child,
  .coffee_bar_gallery > div,
  .game_room_card .gallery_aside > div,
  .library_lounge_card .gallery_card > div:first-child,
  .gym_card .gallery_aside > div,
  .bathrooms_gallery > div:first-child,
  .bathrooms_gallery > div:nth-child(3),
  .bathrooms_gallery > div:nth-child(4),
  .bathrooms_gallery > div:last-child,
  .herald_square_gallery > div:first-child,
  .herald_square_gallery > div:nth-child(2),
  .herald_square_gallery > div:nth-child(3),
  .herald_square_gallery > div:last-child {
    height: 58vw;
  }

  .social_room_card .gallery_card > div:first-child {
    padding: 12vw 0 31vw;
  }

  .coffee_bar_card {
    padding: 24vw 0 12vw;
  }

  .coffee_bar_bg {
    margin-top: 24vw;
    background: linear-gradient(to top, #f3f3f3 93%, #ffffff 0%);
  }

  .coffee_bar_slide {
    top: 0;
    padding: 0 0 0 6vw;
  }

  .coffee_bar_gallery {
    top: 10vw;
    padding-top: 18vw;
  }

  .coffee_bar_txt {
    margin: 24vw 0 0;
  }

  .game_room_card h2 {
    padding: 12vw 0 18vw;
  }

  .game_room_card .gallery_aside,
  .gym_card .gallery_aside {
    padding: 30vw 0 0 0;
  }

  .library_lounge_card h2,
  .res_links {
    padding-bottom: 12vw;
  }

  .library_slide {
    padding-right: 6vw;
  }

  .library_lounge_card .gallery_card {
    padding-top: 30vw;
  }

  .library_lounge_card .gallery_card > div:last-child p,
  .gym_slide {
    padding-top: 12vw;
  }

  .gym_card h2 {
    padding: 12vw 0 8vw;
  }

  .gym_card .gallery_aside > div:last-child {
    height: 83vw;
  }

  .living_spaces_card .title_card h2 {
    width: 63%;
  }

  .living_slide {
    padding: 0 6vw 0 0;
    top: -8vw;
  }

  .living_card p {
    padding: 18vw 0;
  }

  .res_links a.view_link {
    display: block;
  }

  .res_links a.view_link:first-child {
    margin: 0 0 6vw 0;
  }

  .living_features_card {
    background: linear-gradient(to top, #ffffff 37%, #2a4072 0%);
  }

  .kitchens_gallery > div:nth-child(4),
  .kitchens_gallery > div:nth-child(8) {
    height: 119vw;
  }

  .bathroom_card .title_card {
    padding: 20vw 0 24vw;
  }

  .bathrooms_gallery {
    top: -10vw;
    padding-left: 0;
    margin: auto;
  }

  .bathrooms_gallery > div:nth-child(2),
  .bathrooms_gallery > div:nth-child(5) {
    height: 130vw;
  }

  .bathrooms_gallery > div:last-child {
    margin-right: 0;
  }

  .bathrooms_gallery_card p {
    padding-bottom: 11vw;
  }

  .herald_towers_gallery,
  .herald_square_gallery {
    margin: auto;
  }

  .herald_towers_gallery {
    padding: 12vw 0 0 0;
  }

  .herald_towers_gallery > div:nth-child(3) {
    position: static;
    margin: 6vw 0 12vw;
  }

  .herald_towers_gallery > div:first-child p {
    padding: 15.7vw 0 12vw;
  }

  .herald_towers_gallery > div:first-child > div:last-child {
    background-position: top;
  }

  .herald_towers_gallery > div:nth-child(2) > div:first-child {
    height: 130vw;
  }

  .herald_towers_gallery > div:nth-child(2) > div:last-child {
    height: 62vw;
  }

  .herald_towers_gallery > div:nth-child(3) p {
    line-height: 5.2vw;
  }

  .herald_towers_gallery > div:nth-child(2) {
    top: 0;
  }

  .herald_square_txt {
    padding: 12vw 0 19.5vw;
  }

  .herald_square_gallery {
    padding: 20vw 0 0 0;
  }

  .herald_square_gallery > div:first-child {
    margin-left: 0;
  }

  .map_card .title_card {
    padding: 18vw 0 12vw 0;
  }

  .map_card .title_card p {
    padding-top: 12vw;
  }

  .view_card.nhood_pg_links a:first-child {
    margin: 0 0 6vw 0;
  }

  .table_body > div {
    padding: 6vw 2vw;
    font-size: 2.7vw;
  }

  .table_body.titles > div {
    padding: 3vw 0;
  }

  .av_card {
    padding: 10vw 0;
  }

  .modal-dialog {
    max-width: 90%;
    margin: 5vw auto;
  }

  .close_btn {
    right: 1vw;
    top: 1vw;
  }

  .close_icon {
    width: 5vw;
    height: 5vw;
  }

  .modal-body {
    padding: 8vw 3vw;
  }

  .modal-title,
  .modal_subtitle {
    padding-bottom: 2.3vw;
  }

  .modal-pic,
  .modal-inputs-lyt,
  .modal-submit.submit_btn {
    width: 80%;
  }

  .modal-inputs,
  .modal-submit.submit_btn,
  .form_list .form_layout {
    height: 10vw;
  }

  .modal-pic {
    margin: 6vw 0;
  }

  .modal-submit.submit_btn {
    margin: 6vw auto 0;
  }

  .contact_card {
    background-image: none;
    justify-content: center;
  }

  .m_contact_card {
    display: flex;
    justify-content: space-between;
    position: static;
    height: auto;
    animation: none;
  }

  .m_contact_card > div:first-child {
    height: auto;
    width: 100%;
    padding: 27vw 6.5% 0;
  }

  header.contact_header,
  .m_contact_card > div:first-child {
    background-color: #2a4072;
  }

  .contact_content > div:last-child h5,
  .contact_content > div:last-child p,
  .contact_content > div:last-child a {
    text-align: left;
  }

  .contact_card h2 {
    font-size: 5.9vw;
  }

  .contact_content > div:last-child a {
    line-height: normal;
  }

  .contact_content {
    margin: 0 auto;
    padding: 27vw 0 0 0;
  }

  .form_list .form_layout {
    line-height: 9.5vw;
  }

  .contact_card h1.logo {
    left: 6.5%;
  }

  .contact_card .title_card {
    padding-bottom: 9.6vw;
  }

  .submit_btn button[type="submit"] {
    padding-bottom: 2vw;
  }

  .contact_content > div:first-child {
    padding-bottom: 12vw;
  }

  .contact_content > div:last-child > div {
    padding-bottom: 7.2vw;
  }

  .contact_content > div:last-child {
    padding-bottom: 12vw;
  }

  .contact_content > div:last-child > div a {
    text-decoration: underline;
    padding-left: 2vw;
  }

  .contact_content > div:last-child > div:first-child {
    display: none;
  }

  .contact_content > div:last-child > div:nth-child(3) {
    display: flex;
    flex-direction: column-reverse;
    order: -1;
  }

  .contact_content > div:last-child > div:nth-child(3) > div {
    display: flex;
    align-items: center;
    color: #fff;
    line-height: normal;
  }

  .gallery_aside.jackies_club > div:first-child,
  .gallery_aside.jackies_club > div:nth-child(2),
  .gallery_aside.jackies_club > div:nth-child(3),
  .coffee_bar_gallery > div:nth-child(2),
  .coffee_bar_gallery > div:nth-child(3),
  .living_features_card .gallery_card > div:first-child {
    margin-bottom: 4.5vw;
  }

  .gallery_aside.jackies_club > div,
  .social_room_card .gallery_card > div:last-child,
  .coffee_bar_gallery > div:first-child,
  .game_room_card .gallery_aside > div:last-child,
  .kitchens_gallery > div,
  .kitchens_gallery > div:nth-child(7),
  .living_features_card .gallery_card > div:first-child,
  .living_features_card .gallery_card > div:nth-child(2) > div,
  .living_features_card .gallery_card > div:last-child > div:first-child {
    height: 48vw;
  }

  .coll_slide_inner .swiper-container,
  .gallery_img_style {
    width: 100%;
    height: 100%;
  }

  .coll_close {
    top: 4.3vw;
    right: 0;
    width: 12.4vw;
    height: 10.1vw;
    z-index: 15;
  }

  .coll_slide_inner {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .swiper-button-next.inner_arrow,
  .swiper-button-prev.inner_arrow {
    display: none;
  }

  .faq_card > a {
    font-size: 3.6vw;
  }

  .faq_card {
    padding: 0 0 5vw 3.7vw;
  }

  .faq_wrap,
  .intro_card {
    margin: 15vw 0;
  }

  .faq_card p {
    padding-top: 2vw;
  }

  .faq_card > a:before {
    top: 0.5vw;
    left: -3.5vw;
    font-size: 2.5vw;
  }

  .intro_card h6,
  .intro_wrap {
    padding-bottom: 3.5vw;
  }

  .intro_list ul,
  .intro_list ol {
    padding-left: 5.5vw;
  }

  .intro_space {
    padding: 15vw 0;
  }

  .living_features_card .gallery_card {
    position: relative;
    padding-bottom: 40vw;
  }

  .living_features_card .gallery_card > div:last-child > div > p {
    line-height: 5.2vw;
    width: 100%;
    padding-top: 8vw;
  }

  .living_features_card .gallery_card > div:nth-child(2) p {
    position: absolute;
    bottom: 0;
  }

  .contact_card.reg_contact_card
    .contact_content
    > div:last-child
    > div:first-child {
    display: block;
  }

  .contact_card.reg_contact_card .contact_content {
    width: 87%;
    padding: 12vw 0 0 0;
  }

  .form_list .select_form {
    width: 100%;
  }

  .ui-selectmenu-button.ui-button {
    height: 10vw;
    line-height: 10vw;
  }

  .ui-widget-content {
    font-size: 2.2vw;
  }

  .ui-button .ui-icon,
  .ui-state-hover .ui-icon,
  .ui-state-focus .ui-icon,
  .ui-button:hover .ui-icon,
  .ui-button:focus .ui-icon,
  .ui-state-active .ui-icon,
  .ui-button:active .ui-icon {
    width: 2.8vw;
    height: 2.8vw;
    padding-top: 9.3vw;
    right: 3vw;
  }

  .disclosure {
    padding-left: 0;
    margin-bottom: 6vw;
  }

  .disclosure label:before {
    width: 4.4vw;
    height: 4.4vw;
    left: -7vw;
  }

  .kitchens_card {
    padding-bottom: 15vw;
  }

  .ui-selectmenu-menu {
    max-height: initial;
  }

  header.regPage {
    justify-content: center;
  }

  .av_dsclm {
    font-size: 0.7rem;
    padding-top: 4.7vw;
  }

  .footer_card_bottom > div:last-child img {
    width: 4.5vw;
  }
}
