:root {
    --logo: url(https://u.realgeeks.media/phillymetrohomepros/vanitygeeks/branding/horizontal-white.png);
    --clearnavlogo: url(https://u.realgeeks.media/phillymetrohomepros/vanitygeeks/branding/horizontal-white.png);
    --font: greycliff-cf,sans-serif;
    --maincolor: #0e3a32;
    --accentcolor: #343c4e;
    --fontawesome: "Font Awesome 6 Pro"!important;
    --heroctabtnbg: var(--maincolor);
    --navbackground: #0e3a32;
    --navlinkcolor: #ffffff;
    --sidemenubackground: #ffffff;
    --sidemenulinkcolor: #000000;
    --sidemenuctabuttoncolor: var(--maincolor);
    --footerbgcolor: #0e3a32;
    --footerfontcolor: #b5ccde;
    --footerinputbg: #0e0e0e;
    --footerunderlinecolor: #b4b4b4;
    --footerbtn: var(--maincolor);
    --footerbtntext: white;
    --navuserinfoborder: solid .5px #dadada;
    --fullwidthpadding: 0 45px;
    --containerpadding: 0 25px;
    --containerpaddingmobile: 0 25px;
    --li-height: 2em;
}

@media (min-width: 1150px) {
    .sidebar-true .fullwidth {
        width:100%;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        right: 0
    }

    .sidebar-true .flex-2-col {
        flex-direction: column
    }
}

.review-container {
    display: none;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.review-block {
    box-sizing: border-box;
    padding: 20px;
    background-color: #fbfbfb;
    margin: 10px;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    margin: 0;
    height: fit-content;
    box-shadow: -1px 4px 4px #e0e0e0;
    margin-top: 10px
}

.review-block p {
    color: black;
    font-weight: 500;
    font-size: min(4vw,15px);
}

.review-container .review-block .review-block-name {
    font-size: min(10vw,30px)!important;
}

.review-container .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    align-items: stretch;
    margin-left: 0;
    grid-gap: 13px;
    box-sizing: border-box;
    flex-wrap: nowrap;
    margin: auto;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.review-block p:not(.review-block-name):before {
    content: '\f10d';
    display: block;
    font-family: "Font Awesome 6 Sharp";
    font-weight: 700;
    font-size: min(10vw,30px);
    color: var(--maincolor);
    margin-right: 10px;
    margin-bottom: 20px;
}

.light-bg {
    background: #0e3a3208;
}

.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;
}

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

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

.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: #0000005c;
}

.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: 10px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0 6px 10px #0000000a;
}

.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;
    font-size: min(5vw,23px);
}

.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;
}

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

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

section.content-block.normal-section button {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 40px;
}

button.alt-btn {
    background: var(--accentcolor);
}

button.alt-btn:hover {
    background: var(--accentcolor)!important;
    opacity: .7;
}

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

section.content-block.big-header h2,section.content-block.big-header h1 {
    font-size: min(10vw,41px);
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    margin-bottom: 30px!important;
}

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

section.vg-hero.big-header h1 {
    font-size: min(10vw,70px);
    line-height: 1;
}

section.vg-hero p {
    color: white;
}

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

.mce-content {
    display:block!important;
}

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

section.featured-img {
    display: flex;
}

.min-75vh {
    min-height: 75vh!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;
}

.section-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.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: 40px;
    grid-gap: 20px;
    justify-content: center;
    width: 100%;
    min-height: 770px;
}

@media (max-width: 750px) {
    #vg-market-report {
        flex-direction:column;
        align-items: center;
        min-height: 2280px;
    }

    .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-direction: column;
    grid-gap: 30px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    padding-bottom: 30px;
}

#vg-market-report .vg-market-container div {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

#vg-market-report div div p {
    font-size: min(5vw,16px);
    font-weight: 500;
}

#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 {
    font-size: min(5vw,18px);
    font-weight: 600;
    color: white;
    text-align: center;
    margin-bottom: 30px!important;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.vg-active-market-report,.vg-under-contract-market-report,.vg-sold-market-report {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.vg-active-market-report {
    background: #b9e5b93d;
}

.vg-under-contract-market-report {
    background: #f3e7d07a;
}

.vg-sold-market-report {
    background: #f0e5e5;
}

.vg-sold-market-report h2 {
    background: #ca0b0b;
}

.vg-active-market-report h2 {
    background: #32723d;
}

.vg-under-contract-market-report h2 {
    background: #dd9300;
}

.map-directions {
    display: none;
}

@media (max-width: 600px) {
    .map-directions {
        display:flex;
        max-width: 500px;
        grid-gap: 30px;
        margin-top: 40px;
        width: 100%;
        margin-bottom: -55px!important
    }

    .map-directions p {
        font-size: min(4vw,14px)
    }

    .map-directions h3 {
        font-size: min(5vw,20px)
    }

    .map-directions img {
        max-width: 57px;
        object-fit: contain;
    }
}

@media (max-width: 1150px) {
    #map-section .flex-2-col {
        flex-direction:column;
        grid-gap: 0;
        align-items: center;
        padding-top: 100px
    }

    #map-section .map-container,#map-section .section-info {
        flex: auto
    }

    .map-container {
        width: 108vw!important;
        position: relative
    }

    #map-section .section-info {
        max-width: 600px;
        align-items: center
    }

    .flex-2-col {
        flex-direction: column;
        grid-gap: 0;
        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: 800px;
        max-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
    }

    .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: 20px;
    margin-bottom: 30px;
    width: auto;
}

.agent-circles img {
    max-height: 130px;
    border-radius: 100%;
    object-fit: contain;
    border: solid 3px transparent;
    outline: solid 2px var(--maincolor);
}

@media (min-width: 1150px) {
    #map-section h2 {
        font-size:min(10vw,66px);
        line-height: 1;
        font-weight: 700;
        color: var(--maincolor);
    }

    #map-section h2 {
        position: relative;
    }

    .left-line-point h2:before {
        content: "";
        position: absolute;
        left: -101vw;
        top: 50%;
        width: 98vw;
        border-bottom: dotted 6px #c0c0c0;
    }

    .right-line-point h2:before {
        content: "";
        position: absolute;
        right: -100vw;
        top: 50%;
        width: 98vw;
        border-bottom: dotted 6px #c0c0c0;
    }
}

#map-section h2 {
    font-weight: 700;
}

.extend-below {
    justify-content: start!important;
    position: absolute;
    z-index: 3;
    width: auto!important;
}

.listing-slogan {
    font-weight: 600!important;
    font-size: min(4vw,15px)!important;
    color: grey!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;
}

#listing-slider .section-cta-btn button:after {
    content: '\f06e';
    font-family: var(--fontawesome);
    margin-left: 10px;
    opacity: .6;
    font-weight: 300
}

.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);
}

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

.map-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 75px 0;
}

#map-section .map-container {
    flex: 1 1 75%;
    flex-direction: column;
    align-items: center;
}

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

.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: 3px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 30px;
    min-width: 200px;
}

button.light-btn {
    background: white;
    border: solid 1px #a0a0a0;
    color: black;
}

.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: 1;
    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;
}

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

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

polygon:hover,path:not(#Green_Area path,#Rivers path,#Roads path):hover {
    filter: saturate(5.5);
    opacity: 1!important;
    -webkit-filter: saturate(5.5);
}
