:root {
    
    /* Logos ******************/
    --logo: url(https://u.realgeeks.media/ridgevalleyre/images/logo.png);
    --clearnavlogo: url(
    https://u.realgeeks.media/ridgevalleyre/images/logowhite.png);
    
    /* Fonts ******************/
    --font: quasimoda, sans-serif;
    --maincolor: #349e58;
    --accentcolor: #3f3f3f;
    
    /* Font Awesome ******************/
    --fontawesome: "Font Awesome 6 Pro" !important;
    
    /* Nav + Hero ******************/
    --heroctabtnbg: var(--maincolor);
    --navbackground: #ffffff;
    --navlinkcolor: #000000;
    --clearnavlinkcolor: #ffffff;
    --sidemenubackground: #000000;
    --sidemenulinkcolor: #ffffff;
    --sidemenuctabuttoncolor: var( --maincolor);
    --footerbgcolor: #ffffff;
    --footerfontcolor: #b5ccde;
    --footerinputbg: #0e0e0e;
    --footerunderlinecolor: #b4b4b4;
    --footerbtn: var( --maincolor);
    --footerbtntext: white;
    --navuserinfoborder: solid .5px #dadada;
    
    /* Padding ***********/
    --fullwidthpadding: 0px 45px;
    --containerpadding: 0px 25px;
    --containerpaddingmobile: 0px 25px;
    --li-height: 2em;
}

.map-container svg {
    height: 100%;
    max-width: 1200px;
    width: 100%;
}

#proplist_disclaimer img{
    display:none;
}

#diamond-search .advanced-search-btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 3px;
}

#diamond-search .advanced-search-btn button {
    margin: 0;
    border-radius: 0;
    background: var(--accentcolor);
    text-transform: uppercase;
    font-size: min(3.5vw,15px);
    letter-spacing: 3px;
}

.light-bg {
    background: #f3f3f3;
}

.min-50vh {
    min-height:50vh;
}

.vg-hero {
    min-height: 50vh;
}

.vg-hero .inner-content {
     padding: 50px 25px;
     max-width: none;
     min-height: 50vh;
     margin: auto;
     display: flex;
     align-items: center;
     justify-content: center;
     grid-gap: 40px;
}

.blank-page .vg-hero .inner-content  {
    padding-top: 150px;
}

@media (max-width:1150px) {
    .vg-hero .inner-content {
        flex-direction: column;
    }
}

.vg-hero-img img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
}

.vg-hero-img .inner-content:after {
        display: block;
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        min-height: 50vh;
        bottom: 0;
        left: 0;
        z-index: 1;
        background: #0000006b;
}

.vg-hero-img.white-back .inner-content:after {
     background: linear-gradient(180deg, white, #ffffffbd);
}

.vg-hero-img.white-back h2, .vg-hero-img.white-back p {
    color:black;
}

.vg-hero .section-info  {
    z-index: 2;
    position: relative;
    align-items: center;
    padding: 20px!important;
}

.form-wrapper {
    align-items: center;
    padding: 0!important;
}

.vg-form-container {
    background: white;
    padding: 20px;
    border-radius: 0;
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 6px 10px #0000000a;
}

@media (max-width:750px) {
    .vg-form-container {
        margin-bottom:0;
    }
}

.vg-hero .form-wrapper header > * {
    color: black;
    font-size: min(7vw, 24px)!important;
}

.vg-hero .vg-form .row {
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
}
.vg-hero .vg-form .row:before, .vg-hero .vg-form .row:after {
    display:none;
}

.vg-hero .vg-form .row div {
    width: 100%;
}

.section-info .vg-sidebar {
    flex-direction: row;
    flex-wrap: wrap;
}

.section-info .vg-sidebar .section {
    width: 100%;
    flex: 1 1 33%;
}

@media (max-width:600px) {
     .section-info .vg-sidebar {
         flex-direction: column;
     }
    .section-info .vg-sidebar .section {
        flex:1;
    }
 }
.section-info .vg-sidebar .section li {
    text-align: left;
    padding: 0!important;
    width: 48%!important;
}

.vg-form {
    width: 100%;
}

.vg-sidebar h3 a {
    color: black!important;
}
.vg-sidebar h3 a:hover {
    border-bottom: solid 1px var(--maincolor);
}
.vg-sidebar h3 a:after {
    content:'\e0fc';
    font-family:var(--fontawesome);
    margin-left:10px;
    color:var(--maincolor);
    text-decoration:none;
    font-weight: 100;
}
.vg-sidebar .section h3  {
    text-align: left!important;
}
.vg-form .not-complete {
    background-color: #ff000008 !important;
    border-color: red!important;
}

.form-error {
    background: #fff9f8;
    color: #a00808;
    font-weight: 600;
    padding: 10px;
    width: 100%;
    display: block;
}

section.content-block {
    box-sizing: border-box;
}

#listing-slider {
    min-height: auto;
    margin-top: 75px;
    margin-bottom: 75px;
}

section.content-block h1 {
    margin-bottom: 20px;
}

section.content-block h2 {
    margin: 0!important;
}

section.content-block.normal-section button {
    font-weight: 500;
    letter-spacing: 0px;
    margin-top: 40px;
}

button.alt-btn {
    background: transparent;
    color: black!important;
    border-color: black!important;
}

.vg-hero-img button.alt-btn {
    border-color:white!important;
    color:white!important;
}

button.alt-btn:hover {background: transparent!important;}

.vg-hero button:hover {
    opacity: .7;
    background: var(--maincolor);
}

section.content-block.big-header h2, section.content-block.big-header h1 {
    font-size: min(8vw,30px);
    font-weight: 600;
    line-height: 1.3;
    position: relative;
    margin-bottom: 20px!important;
}

section.vg-hero h1, section.vg-hero h2{
    color: white;
    letter-spacing: 0;
}

section.vg-hero.big-header h1 {
    font-size: min(10vw,50px);
    line-height: 1;
}
section#hero-section.vg-hero.big-header h3 {
    font-size: min(10vw,50px);
    line-height: 1;
    color: white;
    margin-bottom: 30px;
}
section.vg-hero p {
    color: white;
    font-size: min(5vw,17px);
    line-height: 1.4;
}

.sidebar-true section:not(section:first-child, section.mce-content) {
    min-height: 33vh;
    display: flex;
    margin-top:50px;
}

section:not(section:first-child):not(.sidebar-true section) {
    margin-top: 75px;
    display: flex;
    min-height: 25vh;
}

section.featured-img {
    display: flex;
}

@media (max-width:737px) {
    .home-sections section:not(#custom-hero) {
        margin-top: 75px;
    }
    #map-section .flex-2-col.home-map {
        
    }
}

.min-75vh {
    min-height: 35vh!important;
}

.flex-2-col {
    display: flex;
    grid-gap: 40px;
}
.flex-2-col .section-info, .flex-2-col .section-img {
    flex: 1;
    padding-top: 75px;
    padding-bottom: 75px;
}

#map-section .flex-2-col {
    display: flex;
    width: 100%;
    flex-direction: column;
    grid-gap: 50px;
    height: 100%;
    justify-content: space-between;
    align-items: stretch;
}

#map-section .flex-2-col.home-map {
    flex-direction: row;
    justify-content: center;
    height: auto;
    align-items: center;
}

#map-section .inner-content {
    display: flex;
    padding: 0;
    max-width: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!o;!oi;!oim;!oi;!;
}
.map-flex #map-section .inner-content {
    padding: 0;
    max-width: 750px;
}
@media (min-width:737px) {
.map-container.mobile {
    display:none;
}
}

.map-container {
    /* max-height: 500px; */
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}

.home-map .map-container {
    width: 100%;
}

@media (max-width:1000px) {
    #map-section .flex-2-col.home-map {
        flex-direction: column;
    }

    .photo-ctas {
        padding: 30px;
    }
}
.photo-ctas {
    width: 100%;
    height: auto;
    display: flex;
    padding-top: 50px;
    flex-direction: column;
}

#nyc.mobile svg {
    max-height: 1000px;
}
.map-flex .map-container {
    overflow: hidden;
}
@media (max-width:737px) {
#nyc.map-container:not(#nyc.mobile) {
    display:none;
}
}

#City_Group polygon, #City_Group path {
    stroke: #999999;
    stroke-width: 1px;
}

#Roads path, #Roads polyline {
    /* stroke: red; */
}

#City_Group #Queens, #City_Group #Manhattan, #City_Group #Hoboken, #City_Group #Jersey_City{
    stroke: none;
}


.section-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    min-height: 600px;
    width: 100%;
}

#map-section .section-info  {
    flex-direction: column;
}

.map-flex #map-section .section-info  {
    flex-direction: column;
    padding: 0;
    grid-gap: 50px;
    height: auto;
}

.featured-img .flex-2-col {
    height: 100%;
}

.featured-img .aligned-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.max-w-600 {
    max-width:600px;
    width: 100%;
}

.section-img img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.flex-btns {
    display: flex;
    flex-direction: row!important;
    grid-gap: 10px;
    margin-top: 40px;
}

 .flex-btns button {
     margin:0!important;
 }

#vg-market-report {
    display: flex;
    margin-top: 20px;
    grid-gap: 20px;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.vg-market-report header h3 {
    margin-top: 0;
    font-size: min(5vw,22px)!important;
    color: black;
    text-transform: none;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    margin: auto;
    margin-top: 10px;
}

.vg-market-report header h2 {
}

@media (min-width:1150px) {
    .vg-market-report header h3 {
        margin-left: 0;
    }
}

@media (max-width:750px) {
    #vg-market-report {
        flex-direction: column;
        align-items: center;
    }
    .vg-active-market-report, .vg-under-contract-market-report, .vg-sold-market-report {
        max-width: 400px;
        width: 100%;
    }
}

#vg-market-report .vg-market-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
    padding-bottom: 30px;
}

#vg-market-report .vg-market-container div {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1 1 45%;
    justify-content: flex-start;
    align-items: flex-start;
}

.vg-market-report div div span:not(.miranda-lb span) {
    font-size: min(10vw,28px);
    font-weight: 600;
}
.fineprint-top span, .fineprint-bottom span {
    font-size:12px!important;
}

#vg-market-report h2{
    width: 100%;
    margin: auto!important;
    background: #f5f5f5 !important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;!o;!;
    font-size: min(5vw, 18px);
    font-weight: 600;
    color: #000000;
    text-align: left;
    margin-bottom: 30px !important;
    min-height: 67px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    text-transform: none;
    letter-spacing: 0px;
    background: #ffffff;
}
.vg-active-market-report, .vg-under-contract-market-report, .vg-sold-market-report {
    border-radius: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.vg-active-market-report, .vg-under-contract-market-report, .vg-sold-market-report  {
    background: #ffffff3d;
    border: solid 1px #e0e0e0;
}
@media (max-width:1150px) {
    .flex-2-col {
          flex-direction: column;
          grid-gap: 0px;
          align-items: center;
    }
    .featured-img .flex-2-col {
        grid-gap: 40px;
    }
    .reverse div:last-child {
        order:1;
    }
    .section-img {
            width: 100vw;
            position: relative;
            box-sizing: border-box;
            left: 0;
            max-width: 1000px;
            max-height: 500px;
            min-height: 500px;
    }

    .reverse div:first-child {
        order:2;
    }

    .flex-2-col .section-info, .flex-2-col .section-img {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .featured-img .inner-content {
        padding: var(--containerpadding)!important;
    }
    .agent-circles {
        justify-content: center;
        align-items: center!important;
    }
    .text-center-mobile h2, .text-center-mobile h1, .text-center-mobile h3, .text-center-mobile p, .text-center-mobile {
        text-align:center!important;
        justify-content: center;
    }
    .text-center-mobile .section-info, .text-center-mobile .social-links {
        text-align: center;
        justify-content:center;
    }
    .flex-btns {
        flex-direction: column!important;
        align-items: center;
        justify-content: center;
    }
    .flex-btns a, .flex-btns button {
        width:100%;
        max-width: 500px!important;
    }
    .vg-hero .section-info {
        padding:0!important;
    }
    .vg-hero .form-wrapper {
        top: 0;
    }
}

.always-centered h2, .always-centered h1, .always-centered h3, .always-centered p {
      text-align: center;
      justify-content:center;
      display:flex;
      flex-direction:column;
}

.agent-circles {
    display: flex;
    grid-gap: 0px;
    margin-bottom: 30px;
    width: auto;
    flex-direction: column;
    align-items: baseline;
}

.agent-circles img {
    /* max-height: 85px; */
    object-fit: contain;
}
.listing-slogan {
    font-weight:600!important;
    font-size:min(4vw,15px)!important;
    color: black !important;
    line-height: 1.2!important;
}


.section-info {
    width: 100%;
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.vg-search:after {
    content:'\f002';
    font-family:var(--fontawesome);
    margin-left: 10px;
    opacity: .6;
}

.vg-market-report-btn:after {
    content:'\e0e5';
    font-family:var(--fontawesome);
    margin-left: 10px;
    opacity: .6;
}

/* .vg-view-all-btn:after {
    content:'\e1b2';
    font-family:var(--fontawesome);
    margin-left: 10px;
    opacity: .6;
} */

.arrow-link {
    font-weight: 600;
    border-bottom: solid;
    border-color: #0000001f;
    width: fit-content!important;
    color: black;
}


.arrow-link:after {
        content:'\f178';
    font-family:var(--fontawesome);
    margin-left: 10px;
    opacity: .6;
    font-weight:300
}

.arrow-link:hover {
    border-color: var(--maincolor);
}

.section-cta-btn {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    grid-gap: 10px;
}

@media (max-width:600px) {
    .section-cta-btn {
        flex-direction: column;
    }
}

.extend-south {    
    justify-content: space-around;
    position: absolute;
    z-index: 3;
}

.hug-top {
    margin-top:0!important;
}

section.content-block button:not(.listing-slick-btns button) {
        letter-spacing: 0;
        font-weight: 600;
        padding: 10px 30px;
        min-width: 200px;
        border: solid 1px var(--maincolor);
}

section.content-block button:not(.listing-slick-btns button):hover {
    border-color: var(--maincolor);
    background: var(--maincolor);
    opacity: .4;
}

.section-cta-btn button:hover {
    background: none;
    border-color: black;
}

@media (max-width:600px) {
    .section-cta-btn a, .section-cta-btn button, section.content-block button:not(.listing-slick-btns button) {
        width: 100%;
        display: block;
        min-width: auto;
    }
}

button, .button {
    background: var(--maincolor);
    margin: 0;
    font-family: var(--font);
    transition: 300ms all;
    font-size: min(4vw,17px);
}

button:hover, .button:hover {
    background:var(--accentcolor);
}
svg#vg-map {
    height: 100%;
    width: 100%;
}
#big_map path, #big_map polygon, #Small_Map path, #Small_Map polygon  {
    cursor: pointer;
    opacity: .7;
    stroke: white;
    stroke-width: 1px!important;
}

.cls-1, .cls-4 {
    pointer-events:none;
}

svg text {
  font-family: var(--font)!important;
  /* font-weight: 600!important; */
  /* fill: black !important; */
  stroke: none!important;
}

svg text:not(g.big-font text) {
  pointer-events: none;
}

g.big-font:hover {
    text-decoration: underline;
}


.custom-hero-content {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: baseline;
    flex-direction: column;
    justify-content: center;
    padding: 40px 100px;
    z-index: 22;
    min-height: 100vh;
    margin: 0!important;
    top: 0;
    bottom: 0;
}

#custom-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: #2c2c2c;
}

#custom-hero video {
    min-height: 100vh!important;
    position: relative;
    min-width: 100vw;
    object-fit: cover;
    height: 100vh;
}

.custom-hero-content:before {
    content:'';
    width:100%;
    height:100%;
    background: #00000052;
    display:block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.custom-hero-content h1 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: min(12vw,65px);
    line-height: 1;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    position:relative;
    text-shadow: 0px 0px 3px #0000003b;
}

/* #custom-hero h1:not(#custom-hero.vg-hero-img h1):after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 62vh;
  right: -100vw;
  height: 2px;
  background-color: rgb(255, 255, 255, .5);
}
 */
@media (max-width:948px) {
    .custom-hero-content {
        padding: 30px;
        padding-bottom: 0;
        padding-top: 70px;
    }
    #custom-search-tabs {
        flex-direction: column;
    }
}

@media (max-width:707px) {
    #custom-hero h1:after {
         left: 60vw;
    }
}

.custom-hero-content .tagline {
    display: block;
    font-size: min(7vw,14px);
    text-transform: uppercase;
    padding-left: 7px;
    color: white;
    letter-spacing: 5px;
    margin-bottom: 10px;
}

@media (max-width:570px) {
    .custom-hero-content .tagline, .custom-hero-content h3, #custom-search-tabs {
        padding-left:3px!important;
    }
}

.custom-hero-content h3 {
    color: white;
    text-transform: uppercase;
    font-size: min(4vw,15px);
    padding-left: 7px;
    display: block;
    max-width: 500px;
    font-weight: 700;
    letter-spacing: 1px;
}

#custom-search-tabs a {
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: min(8vw,30px);
    position: relative;
    border: solid 4px #ffffff6b;
    transition: 300ms ease;
    padding: 10px 75px;
    text-align: center;
}

#custom-search-tabs a:hover {
    border: solid 4px white;
}

@media (max-width:700px) {
    #custom-search-tabs a {
        width: 100%;
    }
    #custom-search-tabs {
        left: 0!important;
        width: 100%;
    }
}

.vg-active-market-report p {
    font-size: min(5vw,15px);
    font-weight: 500;
    max-width: 300px;
    text-align: left!important;
}


#custom-search-tabs a:first-child {
    /* width: 230px; */
}

#custom-search-tabs {
    display: flex;
    grid-gap: 30px;
    margin-top: 50px;
    position: relative;
}

.custom-area .area-img .area-btn {
    position: absolute;
    z-index: 3;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid white;
    transition: 300ms ease;
    opacity: 0;
    padding: 1em 2em;
}

.custom-area .area-img .area-btn:hover {
    background: white;
    color: black;
}
.custom-area:hover span.area-label {
    padding-top: 6rem;
    padding-bottom: 2rem;
}
.custom-area:hover img {filter: brightness(0.5);}
.custom-area:hover img:after {
    content:'';
    height: 100%;
    width:100%;
    position: absolute;
    background:red;
    top: 0;
    right: 0;
    z-index: 1;
}
.custom-area:hover .area-btn {
    opacity: 1;
}

span.area-label {
    display: block;
    margin-right: 3rem;
    padding-bottom: 1rem;
    padding-top: 7rem;
    padding-inline: 0;
    border-right: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -3rem;
    position: relative;
    z-index: 4;
    transition: 300ms ease;
    font-size: min(10vw,29px);
}

#reviews img {
    max-height: 18px;
    margin-top: 10px;
}

.directory {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 5px;
    height: 100%;
    padding-top: 50px;
    min-height: 500px;
}

.directory-item {
    min-height: 200px;
    width: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-height: 500px;
}

.directory-item a {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.directory-item a:before {
    content:'';
    width:100%;
    height:100%;
    display:block;
    position:absolute;
    left:0;
    top:0;
    background: #00000059;
    transition:300ms all;
}

.directory-item:hover > a:before {
    background: #139649b3;
}

.directory-item img {width: 100%;object-fit: cover;height: 100%;}

.directory-item h2 {
    z-index: 2;
    position: relative;
    font-size: min(7vw, 35px)!important;!i;!;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
    text-align: left;
    justify-content: center;
    padding: 20px;
    transition: 300ms all;
    text-shadow: 0px 0px 4px #00000066;
    font-weight: 600;
}

.directory-item h2:hover {
    background: #00000030 !important;
}

.directory-item h2 span {
    font-size: 0;
    color: #ffffffba;
    font-weight: 400;
}

@media (max-width:1130px) {
    .directory {
    /* grid-template-columns: repeat(3,1fr); */
}
}

@media (max-width:737px) {
    .directory {
    /* grid-template-columns: repeat(2,1fr); */
}
}

@media (max-width:500px) {
    .directory {
    grid-template-columns: repeat(1,1fr);
}
    .directory-item {
    min-height: 150px;
}
}

.directory-item h2:after {
    content:'';
    width:0px;
    transition:300ms all;
}

.directory-item:hover > h2:after {
    content:'';
    width: 50%;
    border-bottom: solid 4px white;
    position: relative;
    margin-top: 10px;
}

.map-flex {
    display: flex;
    align-items: baseline;
    padding: 30px;
    padding-bottom: 75px;
    padding-top: 75px;
    grid-gap: 100px;
    justify-content: center;
}

@media (max-width:950px) {
    .map-flex {
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }
    .map-flex section {
        width: 100%;
        min-height: 50vh;
    }
    #map-section.nyc-map .section-info,  {
        padding: 0px 50px;
    } 
    .map-flex #map-section.inner-content {
        padding: 0px 50px;
        padding-bottom: 75px;
    }
    .map-flex #map-section .flex-2-col {
        grid-gap: 50px;
    }
    .map-flex .map-container {
        border-left: none;
        border-right: none;
        border-bottom: none;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .map-flex #map-section .section-info {
        padding: 0 30px;
    }
}

.map-flex svg {border: solid 1px #e0e0e0;}

.map-flex section {
    background:white;
    margin-top: 0!important;
}

svg g:not(#Central_Park g):hover, svg path:not(#Central_Park path, #BROOKLYN path, #QUEENS path, #Roads_Queens path, #Roads_Brooklyn path):hover, svg polygon:not(#Central_Park polygon):hover, #City_Queens path:hover, #City_Group_Brooklyn path:hover, #City_Group_Brooklyn polygon:hover, #city_nyc polygon:hover  {
    /* fill: #d9d9d9 !important; */
}

#queens #Queens path, #brooklyn #Queens, #brooklyn #Manhattan, #brooklyn #Hoboken, #brooklyn #Jersey_City{
    pointer-events:none;
    fill: white!important;
}

.map-img {
    margin-bottom: 0;
    max-width: 500px!important;
    width: fit-content;
    max-height: 100%;
    object-fit: cover;
    border: solid 1px;
    padding: 3px;
}

.map-flex .map-img {
    max-width: 100%!important;
    max-height: 300px;
    width: 100%;
}

.map-info-container {
    display: flex;
    align-items: stretch;
    grid-gap: 75px;
}

@media (max-width:1100px) {
    .map-info-container {
        flex-direction: column;
        grid-gap: 20px;
    }
    .map-img {
        max-width: 100%!important;
        max-height: 220px!important;
        height: 100%!important;
        min-height: 220px;
        min-width: 100%;
    }
}

@media (min-width:737px) {
    .mobile-zoom {
    display:none;
}
}
@media (max-width:737px) {
.mobile-zoom {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 20px;
}

.all-maps {
    position: relative;
}


.all-maps {
    position: relative;
    padding-bottom: 48px;
    width: 100%;
}
.mobile-zoom h3 {
    font-size: min(5vw,15px);
    margin: 0!important;
    color: #343434 !important;
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.mobile-zoom h3:before {
    content:'\f31d';
    font-family:var(--fontawesome);
    font-weight:300;
    font-size: 28px;
}

.mobile-zoom-container {
    padding: 7px;
    background: #ffffff;
    box-shadow: 0px 0px 10px #0000001a;
}

.mobile-zoom p {
    font-size: min(4vw,13px);
    color: #cdcdcd;
    line-height: 1.2;
}
}

#mobile-banner {
    display:none!important;
}

/* #dev-mode {
    display:none!important;
} */

.home-about {
    background-color: black;
    position:relative;
}

.home-about::before {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://u.realgeeks.media/newyorkcitypropertysearch/vanitygeeks/brand/lines.png');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 30%; /* Ensure the image covers the area */
    opacity: .5; /* Adjust the opacity as needed */
    z-index: 1; /* Ensure the background is behind the content */
}

.home-about::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://u.realgeeks.media/newyorkcitypropertysearch/vanitygeeks/brand/skyline.png');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 500px; /* Ensure the image covers the area */
    opacity: .5;
    z-index: 1; /* Ensure the background is behind the content */
    pointer-events: none;
}

.flex-side {
    display: flex;
    grid-gap: 30px;
}

@media (max-width:1000px) {
    .flex-side {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 100px 0px 250px;
    }
    .flex-side .social-links {
        justify-content:center;
    }
    .home-about::before  {
        background-size: 40%;
    }
    .home-about::after  {
        background-position: bottom center;
    }
}

.flex-side .about-huge {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-side .about-huge img {
    max-width: 300px;
    width: 100%;
}

.flex-side .about-info {
    flex: 1;
}

.flex-side .about-info a, .flex-side .about-info p, .flex-side .about-info h2 {
    color:white;
}

.flex-side .about-info h2 {
    font-size: min(10vw,30px)!important;
}

.flex-side .about-info button {
    border: solid 1px white!important;
}

.flex-side .about-info button.alt-btn {
    border: solid 1px white !important;
    color: white!important;
}

.flex-side .about-info button:hover {
    
}

.map-container span {
    background: #2a60ff;
    padding: 4px 10px;
    display: inline-block;
    width: fit-content;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding-bottom: 7px;
    color: white;
    letter-spacing: 1px;
}

.carousel-container {
    position: absolute;
    width: 100%;
    height: 100%; /* Adjust as needed */
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.vg-carousel .carousel-container:after {
    content:'';
    width:100%;
    height:100%;
    background: #002d40c4;
    z-index:2;
}
.vg-carousel .carousel-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%!important;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    max-height: 100%;
    margin: 0;
}

.vg-carousel .carousel-image.active {
    opacity: 1;
}

@media (min-width:737px) {
    .area-flex {
        flex-direction:row!important;;
    }
    .vg-area-page .fullwidth:not(.vg-carousel, #map-section, .vg-home section) {
    width: 100%;
    margin-left: 0;
    left: 0;
    right: 0;
    margin-right: 0;
}
}

.area-flex {
    grid-gap:50px!important;
    display:flex;
    flex-direction:column;
    width: 100%;
    border-top: solid 1px;
    padding-top: 50px;
}

.vg-home .area-flex {
    display: block;
    border: none;
}

.vg-home .area-flex section {
    min-height: 33vh!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    display: flex;
}

.area-header {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: absolute;
    padding: 20px;
}

.vg-carousel .inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100%;
    max-width: none;
    min-height: 70vh;
}

.mini-btns {
    position: absolute;
    padding: 10px;
    border-radius: 21px;
    display: flex;
    grid-gap: 10px;
    bottom: 20px;
    z-index: 3;
    flex-wrap: wrap;
    justify-content: center;
}

.mini-txt {
    flex: 1 1 100%;
    color: white;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    justify-content: center;
}
.mini-txt p {
    color: white;
    margin: 0;
    font-family: "ballare", sans-serif!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    font-size: min(7vw,23px);
}

.mini-txt p:after {
    font-family:var(--fontawesome);
    content:'\f3be';
    font-weight: 600;
    margin-left: 8px;
    color: #ffffff73;
}

.mini-btns img {
    max-height: 40px;
}

.mini-btns .sep {
    width: 2px;
    background: #ffffff;
}

.area-cta-btns {
    margin-top: 20px;
    flex-wrap: wrap;
    grid-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.area-cta-btns a:first-child button {
    background: #349e58;
    border-color: #349e58!important;
}

.area-cta-btns a:last-child button {
    background: #008ac2;
    border-color: #008ac2!important;
}

.area-cta-btns a:first-child button:hover {
     background: #349e58!important;
    border-color: #349e58!important;

}

.area-cta-btns a:last-child button:hover {
      background: #008ac2!important;
    border-color: #008ac2!important;
}

.area-cta-btns button {
    margin: 0!important;
    width: 100%!important;
}

@media (max-width:737px) {
    .area-cta-btns a {
    margin: 0!important;
    width: 100%!important;
}

}
.greatschools {
    margin-top: 20px;
}

.blank-page {
    padding-top: 0 !important;
}

.area-flex .vg-area-page .section-info {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left!important;
    justify-content: flex-start!important;
}

.vg-area-page .area-header h2 {
    color: white;
    font-size: min(10vw,38px);
    line-height: 1;
    margin-bottom: 10px!important;
}

.area-header h3 {
    color: white;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: min(7vw,21px);
    font-weight: 300;
}

.vg-area-page .section-info h2 {
    margin-bottom:20px!important;
}

.back-link {
    color: #ffffff;
    font-weight: 600;
    border-bottom: solid 1px;
    margin-bottom: 20px;
    font-size: min(4vw,15px););)5;)5v;)5vw;)5vw,;)5vw;)5v;)5;);
}

.back-link:hover {
    color: #ffffff;
    opacity:.7;
}

.back-link:before {
    content:'\f177';
    font-family:var(--fontawesome);
    margin-right: 5px;
}

.vg-area-sidebar h3 {
    font-size: min(10vw, 22px);
}

.vg-area-sidebar h3 a {
    color:#008ac2!important;
}

.vg-area-sidebar li {
    font-size: min(7vw,14px)!important;!i;!;
}

.vg-area-sidebar a {
    color: #000000;
}

.vg-area-sidebar .sidebar-links {
    margin-bottom:0;
}

@media (min-width:737px) {
    #listing-slider .inner-content:not(.vg-home .inner-content) {
        padding: 0;
    }
}

#Background image {
    pointer-events: none!important;!importan;!importa;!import;!impor;!impo;!imp;!im;!i;!;
    position: relative;
    z-index: -2;
}

#Shapes {
    position: relative;
    z-index: 3;
}

#Shapes polygon, #Shapes path {
    z-index: 2;
    pointer-events: all;
    position: relative;
}

#Shapes polygon:hover, #Shapes path:hover {
    fill: #129649;
    opacity: .2;
}

svg circle:hover {
    fill: #139649 !important;
}

.vg-home .body-content {
    /* padding: 0; */
}


.pdfs a {
    font-weight: 600;
    text-decoration: underline;
}

/* Default chevron-down icon */
.sidemenu__nav-link.folder::after {
    font-family: var(--fontawesome); /* Use Font Awesome 6 Pro */
    content: "\f078"!important; /* Unicode for chevron-down */
    display: inline-block;
    margin-left: 8px!important;
    transition: transform 0.3s ease!important; /* Smooth transition */
    position: relative!important;
}

/* Chevron-up when submenu is expanded */
.sidemenu__nav-link.folder.opened::after {
    transform: rotate(180deg)!important; /* Rotate chevron to point up */
    content: "\f078"!important; /* Still chevron-down, but rotated */
    position:relative!important;
}

/* Submenu visibility transition */
.tools-folder .submenu {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.3s ease, max-height 0.3s ease;
}

.tools-folder .submenu.open {
    opacity: 1;
    max-height: 400px; /* Adjust to fit content */
}

#toggle_disclaimer_button {
    max-width: fit-content;
    padding: 10px 20px;
    background: #dedede !important;!i;!;
    font-size: 14px;
    font-weight: 600;
    color: black;
}

@media (max-width:1200px) {
.custom-hero-content h1 br {
    display:none;
}
}

.market-widgets .row:not(.hero-search-submit) {
    display: flex;
    flex-direction: column;
    padding: 0!important;;
}

.market-widgets .row:before {
    display:none!important;
}

.market-widgets .row .columns {
    padding: 0;
    float: none;
    width: 100%;
}

.market-widgets .row .columns .search-container {
    width:100%;
    padding:20px!important;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
}
.market-widgets .search-column .search-section {
    padding:0;
}