.customMap-Mn{width: 100%; display: flex; flex-wrap: wrap;}
.customMap-Mn main{
  width: 100%; 
  display: flex;
   flex-wrap: wrap;
   margin-bottom: 64px;
}


.home section.portfolio {
  position: relative;
  width: 100%;
}

.home section.portfolio nav {
  position: relative;
 width: 100%;
 display: block;
}

.tabs__menu--portfolio {
  z-index: 9;
}

.grid--start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home section.portfolio nav li {
  margin-left: 30px;
  font-size: 14px;
  color: black;
}

.tabs__menu--portfolio li.current a {
    background-color: #000;
    color: #fff;
    padding: 8px 20px;
}

.tabs__menu--portfolio a {
  display: block;
  text-transform: capitalize;
  font-size: 17px;
  color: #000;
  font-weight: 400;
  padding: 8px 20px;
}


.select--filter {
  background: url("../images/icons/chevron-down-light.svg") no-repeat 97% center;
  width: 100%;
  border: none;
  padding: 10px 10px;
  padding-right: 20px;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  color: #fff;
  background-color: #000;
  font-size: 17px;
  font-weight: 600;
  display: none;
  outline: none;
  height: 55px;
  background-size: 16px;
  margin: 20px 0px 36px 0px;
}

.tabs__container {
  width: 100%;
  padding: 0px;
  display: inline-block;
}



.tabs__container .tabs__content--portfolio:first-child {
 display: inline-block;
}

.tabs__content--portfolio {
  width: 100%;
  display: none;

}

.tabs__content--portfolio {
  padding: 0px !important;
}

.popup {
  width: 354px;
  height: 650px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 6px rgba(0,0,0,0.06);
  display: inline-block;
  background: white;
  float: right;
  overflow-y: hidden;
}

.popup .popup__header {
  border: 1px solid #f2f2f2;
  background: #000;
  padding: 20px 19px;
  color: #ffffff;
  font-family: "neue-haas-unica",sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
}

.popup .scrollbar {
  height: 600px;
  overflow-y: auto;
}

.popup .popup__content {
  padding: 10px 20px 10px 20px;
}

.popup .popup__content ul{padding:0px;}


.popup li {
  list-style: none;
  margin: 0 0 16px;
  color: #000;
  font-weight: 400;
  font-family: "neue-haas-unica",sans-serif;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.popup li:hover {
  font-weight: bold;
}

.acf-map {
  width: 100%;
  height: 480px;
  margin: 0px 0;
}

.home section.portfolio .acf-map {
  width: calc(100% - 400px);
  height: 650px;
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
}

.location_listmn ul{list-style: none; margin: 0; padding: 0;}
.nyc-link{
  margin: 0 0 4px 5px;
  width: 22px;
  height: auto;
  border: 0;
  position: relative;
}
.parent-nyc-link {
  position: relative;
    width: 22px;
    display: inline-block;
    height: 23px;
    background-image: url(../images/icons/link-file.png);
    background-repeat: no-repeat;
    background-size: 22px;
    margin: 0 0 0px 5px;
}
.parent-nyc-link .popup img {
  display: none;
}
.parent-nyc-link:after {
  width: 100%;
  content: "";
  background-image: url(../images/icons/link-file-hover-img.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: contain;
  height: 22px;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
}
.parent-nyc-link:hover:after {
  visibility: visible;
  opacity: 1;
}
.parent-nyc-link:hover {
  background: transparent;
}
.parent-nyc-link:hover .nyc-link {
  opacity: 0;
}
.Bronx_submenu_list {
  display: block;
  margin-left: 20px;
  margin-top: 5px;
}

.grid--start.sub {
  display: inline-block;
  margin-bottom: 0;
}

.Bronx_submenu_list li {
    margin-bottom: 10px;
}
/*--------------*/

.equale {
  font-size: 18px;
}

nav.location_listmn {
  padding: 31px 0;
  width: 100%;
  margin-bottom: 30px;
}

ul.tabs__menu--portfolio.grid--start {
  justify-content: center;
}
.tabs__menu--portfolio a span {
  font-size: 19px;
}
.ny-hd {
  font-weight: 500;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
.content-body p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
.Bronx_submenu_list li span:hover {
  font-weight: 600;
}
.sub .parent-nyc-link {
  margin: 0 0 -7px 0px;
}

@media screen and (max-width:1633px) {
  .tabs__menu--portfolio a span {
      font-size: 16px;
  }
}

@media screen and (max-width:1440px) and (min-width:1200px) {
  .tabs__menu--portfolio a {
    padding: 8px 8px;
    font-size: 15px;
  }
}
@media screen and (max-width:1199px) {
  nav.location_listmn {
      display: none;
  }
  .select--filter {
  display: block;border-radius: 0px;
  }
  .c-layout-breadcrumbs-1 ul li {
      margin: 0 12px;
  }
  .fillter-tabs {
      width: 100%;
      position: relative;
  }   
}
@media screen and (max-width:1023px) {
.content-body p {
  font-size: 16px;
  line-height: 24px;
}
.content-body p span {
  font-size: 17px;
} 
}
@media screen and (min-width:992px) and (max-width:992px) {
  .content-body {
      margin-top: 94px;
  }
}
@media screen and (max-width:992px) {
  .home section.portfolio .acf-map {
      width: 100%;
      height: 500px;
  }
  
  .customMap-Mn main {
      margin-bottom: 30px;
  }
  .select--filter {
      margin: 20px 0px 26px 0px;
  }
  .popup .scrollbar {
    height: 440px;
  }
  
  .popup {
      width: 100%;
      height: 500px;
      margin-top: 5px;
  }
}
@media screen and (max-width:839px) {
  .home section.portfolio .acf-map {
      width: 100%;
      height: 400px;
  }
  
  .popup {
      width: 100%;
      margin-top: 5px;
  }
}
@media screen and (max-width:767px) {
  
  .popup .popup__header {
      font-size: 20px;
  }
}
@media screen and (max-width:574px) {
  .select--filter {
      width: 100%;
  }
  .popup .popup__header {
      padding: 20px 15px;
  }
}