/* @group Page Nav
------------------------------------ */
.page-nav { background: rgba(241,201,119,1); }
.page-nav h2 { color: rgba(255,255,255,1); font-size: 1.4em; letter-spacing: 2.4px; line-height: 2.143em; text-transform: uppercase; }
.page-nav li { color: rgba(255,255,255,1); font-size: 1.4em; font-weight: 700; letter-spacing: 2.4px; line-height: 2.143em; }
.page-nav li a { color: rgba(255,255,255,1); display: block; }
.page-nav .current-menu-item a { color: rgba(26,46,87,1); }
.page-nav i { display: none; }
@media only screen
and (min-width : 961px) {
  .page-nav { position: sticky; top: 10.6rem; z-index: 5;
    -webkit-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -moz-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -ms-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
  }
  .scrollhidden .page-nav { top: -.1rem; }
  .page-nav ul { display: flex; -ms-flex-pack: distribute; justify-content: space-around; padding: 0 6.5rem; }
  .page-nav .col-36-8 {  background: linear-gradient(90deg, rgba(26,61,116,1) 0%, rgba(23,44,89,1) 100%); }
  /* .page-nav h2, */
  .page-nav li { padding: 2.9rem 0; }
  .page-nav h2 { margin: 0 2rem; position: relative; top: 50%; transform: translateY(-50%); }

  .Mozilla.v11 .page-nav li a:hover,
  .Explorer .page-nav li a:hover { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
  @media (hover: hover) {
    .page-nav li a:hover { -webkit-transform: translateY(-8px); transform: translateY(-8px); }
  }

  /* Contact
  ----------------------*/
  .page-template-neighborhood-available-homes .property-form,
  .page-template-neighborhood-overview .property-form,
  .page-template-neighborhood-gallery .property-form,
  .page-template-neighborhood-amenities .property-form { background: linear-gradient(to bottom, rgba(237,248,251,1) 35rem, rgba(255,255,255,1) calc(100% - 35rem) ); }
  .page-template-neighborhood-available-homes .property-form h2,
  .page-template-neighborhood-overview .property-form h2,
  .page-template-neighborhood-gallery .property-form h2,
  .page-template-neighborhood-amenities .property-form h2 { line-height: 1.2em; }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
  .page-nav { background: rgba(26,46,87,1); position: fixed; top: 12rem; width: 100%; z-index: 4;
    -webkit-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -moz-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -ms-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    -o-transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
    transition: background .2s cubic-bezier(0.4,0.0,0.2,1), height .8s cubic-bezier(0.4,0.0,0.2,1), top .8s cubic-bezier(0.4,0.0,0.2,1);
  }
  .avisory-bar:not(.hiddenBar) ~ .page-nav { top: 20rem; }
  .scrollhidden.pinedHeader .page-nav { top: 0; }
  .page-nav .row { height: 7.5rem; }
  .page-nav .row.stretch { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .page-nav .col-36-8 { height: 7.5rem; padding: 0 2.5rem; max-width: 25rem; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .page-nav h2 { font-size: 1.8em; letter-spacing: 0.39px; line-height: 1.667em; }
  .page-nav .col-36-28 { max-height: 7.5rem; padding: 0; max-width: calc(100% - 25rem); overflow: hidden; background: linear-gradient(270deg, rgba(241,201,119,1) 0%, rgba(249,230,175,1) 100%); }
  .page-nav ul { padding-bottom: 2rem; display: flex; flex-direction: column; }
  .page-nav li { font-size: 1.8em; letter-spacing: 1px; }
  .page-nav li a { display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 2.6rem 0 4.2rem; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 5rem; }
  .page-nav .current-menu-item { order: -1; }
  .page-nav li a { color: rgba(0,100,163,1); }
  .page-nav .current-menu-item a { color: rgba(25,45,88,1); height: 7.5rem; }
  .page-nav .current-menu-item i { display: inline-block; font-size: 1.2em; }
  .page-nav.active .col-36-28 { max-height: 9999vh; }
  .page-nav.active .col-36-28 .current-menu-item i { transform: rotate(180deg); }
}
/* @end */


.neighborhood-nav {
  background-color: var(--navy-blue);
}
.neighborhood-nav .current-menu-item a {
  color: var(--white);
  border-bottom: 1.5px solid #F1F2F2;
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
  .neighborhood-nav {
    position: relative;
    margin: 0 0 5em;
    top: 0!important;
    z-index: 10;
  }
  .neighborhood-nav.active .current-menu-item {
    border-bottom: 1.5px solid #F1F2F2;
  }
  .neighborhood-nav .row {
    height: 80px;
  }
  .neighborhood-nav .col-36-28 {
    background: transparent;
    max-height: 80px;
    max-width: 100%;
  }
  .neighborhood-nav ul {
    background-color: var(--navy-blue);
    border-radius: 0px 0px 35px 35px;
  }
  .neighborhood-nav li {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    font-size: unset;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .neighborhood-nav li.current-menu-item {
    height: 80px;
    max-width: 100%;
    padding-left: 65px;
    padding-right: 65px;
  }
  .neighborhood-nav .current-menu-item i {
    font-size: .8em;
  }
  .neighborhood-nav li a {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.9em;
    letter-spacing: .11em;
    color: var(--white);
    font-weight: 600;
    height: auto;
    padding: 0;
    width: 100%;
  }
  .neighborhood-nav li.current-menu-item a {
    font-size: 20px;
  }
  .neighborhood-nav li:not(.current-menu-item) a::before {
    content: "";
    background-color: #F1F2F2;
    opacity: .3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
  }
  .neighborhood-nav li:last-child a::before {
    content: none;
  }
  .neighborhood-nav li:not(.current-menu-item) a {
    padding-top: 25px;
    padding-bottom: 25px
  }
}