:root {
    
    /* Logos ******************/
    --logo: url(
    https://u.realgeeks.media/ronandcyndi/vanitygeeks/brand/logowhite.png);
    --clearnavlogo: url(
    https://u.realgeeks.media/ronandcyndi/vanitygeeks/brand/logowhite.png);
    
    /* Fonts ******************/
    --font: stevie-sans, sans-serif;
    --maincolor: #000000;
    --accentcolor: #3f3f3f;
    
    /* Font Awesome ******************/
    --fontawesome: "Font Awesome 6 Pro" !important;
    
    /* Nav + Hero ******************/
    --heroctabtnbg: var(--maincolor);
    --navbackground: #000000;
    --navlinkcolor: #ffffff;
    --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;
}


#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: #c5c5c524;
}

.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: #0000008f;
}

.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: 10px;
    width: 100%;
    max-width: 600px;
    box-shadow: 0px 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;
}
.vg-sidebar h3 a:hover {
    border-bottom: solid 2px var(--maincolor);
}
.vg-sidebar h3 a:after {
    content:'\e0fc';
    font-family:var(--fontawesome);
    margin-left:10px;
    color:var(--maincolor);
    text-decoration:none;
}
.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:not(.splide button) {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
    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,43px);
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 30px!important;
    text-transform: uppercase;
}

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

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

section.vg-hero p {
    color: white;
    font-size: min(7vw,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:50vh;
}

section.featured-img {
    display: flex;
}

.home-sections section:not(#custom-hero, #about-myers-group) {
     margin-top: 175px;
     opacity: 0;
     transition: opacity 2.5s ease, top .7s ease-in;
}

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

.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;
    min-height: 600px;
    width: 100%;
}

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

.vg-market-report header h3 {
    margin-top: 0;
    font-size: min(5vw,22px)!important;
    color: grey;
    text-transform: none;
    letter-spacing: 0px;
}

@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: 10px;
    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: center;
    align-items: center;
}

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

#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:not(.miranda-lb > *) {
    font-size: min(5vw,18px);
    font-weight: 600;
    color: black;
    text-align: center;
    margin-bottom: 30px!important;
    min-height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-transform: none;
    letter-spacing: 0px;
}
#vg-market-report h2 {
    border-bottom: solid 1px #e0e0e0;
    width: 90%;
    margin: auto!important;
}
.vg-active-market-report, .vg-under-contract-market-report, .vg-sold-market-report {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
}

.vg-active-market-report, .vg-under-contract-market-report, .vg-sold-market-report  {
    background: #ffffff3d;
    box-shadow: 0px 3px 15px #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: end;
    width: 100%;
}

@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, .splide button) {
        letter-spacing: 3px;
        text-transform: uppercase;
        font-weight: 300;
        padding: 10px 30px;
        min-width: 200px;
        border: solid 1px var(--maincolor);
}

section.content-block button:not(.listing-slick-btns button, .splide 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, .splide 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;
}

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


.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(15vw,85px);
    line-height: 1;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    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;
    }
}

@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-bottom: solid 1px #ffffff6b;
    transition: 300ms ease;
    padding-bottom: 10px;
    width: 725px;
    text-align: right;
}

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

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

#custom-search-tabs {
    display: flex;
    grid-gap: 30px;
    padding-left: 7px;
    margin-top: 50px;
    left: -100px;
    position: relative;
    flex-direction: column;
}

#custom-search-tabs a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 0%;
  transition: 300ms ease;
  background-color: white;
}

#custom-search-tabs a:hover:after {
  width: 100%;
}

 .splide__arrow svg {
    width: 20px;  /* Adjust the width of the chevron */
    height: 20px; /* Adjust the height of the chevron */
    fill: none!important;   /* Remove default fill */
  }
.splide__slide a img {
    min-height: 500px;
    object-fit: cover;
    transition: 500ms all;
    position: relative;
}



.splide__arrows {
       display: flex;
       justify-content: center;
       gap: 20px;
       align-items: center;
       position: absolute;
       z-index: 3;
       left: auto;
       right: 0;
       top: 0;
}

.splide__arrows button {
    position: relative;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    background: none;
    border-radius: 0;
    transition: 300ms ease;
    font-size: 20px;
}
.splide__arrow--next:after {
    font-family: 'Font Awesome 6 Sharp' !important;
    font-size: min(7vw, 40px);
    line-height: 100%;
    opacity: 1;
    font-weight: 100;
    color: #000;
    content:'\f054'
}

.splide__arrow--prev:after {
    font-family: 'Font Awesome 6 Sharp' !important;
    font-size: min(7vw, 40px);
    line-height: 100%;
    opacity: 1;
    font-weight: 100;
    color: #000;
    content:'\f053'
}

.splide {
    padding-top: 4rem;
    max-width: 1500px!important;
    /* width: 100%; */
    margin-top: 20px;
}

.splide__slide:hover {
    transform: scale(.98);
}

.splide__slide {
    transition:300ms all
}



  @media (max-width: 768px) {
    .splide__slide {
      width: calc(100% - .5rem)!important; /* Adjust width for small screens */
    }
      .splide__slide a img {
          min-height: 33vh;
      }
  }

  .splide__track {
    overflow: visible!important; /* Allow overflow */
  }



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

#gobbla {
    display:none!important;
}

.review {
    display:none;
 opacity: 0;

}

.review p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6em * 7); /* Adjust line height * number of lines */
}


.review.active {
    display:flex;
    flex-direction: column;
    grid-gap: 20px;
    opacity:1;
}

.review-section {margin-top: 0!important;border-top: solid 75px black;}

.review-section .section-info {
    width: fit-content;
}
.review-section button {
    background: transparent;
    color: white!important;
    border-color: white!important;
    font-weight:700!important;
    border-width: 2px!important;
}

.review-section .section-info h2 {
    font-family: "the-seasons", sans-serif!important;
    margin-top: 30px!important;
}

.review-section button:hover {
    background: transparent!important;
    color: white!important;
    border-color: white!important;
}

@media (min-width:1150px) {
.review-section .section-info:last-child {
    border-left: solid 1px white;
    padding-left: 60px!important;
}
}

.review-section .section-info:last-child {
    min-height: 40vh;
}

.review-navigation {
    display: flex;
    justify-content: center;
    grid-gap: 20px;
}

.review-navigation a {
    text-transform: uppercase;
    letter-spacing: 3px;
    border-bottom: solid;
    transition: 200ms all;
}

.review-navigation a:hover {
    font-weight: 600;
}

.review-section p, .review-section h2, .review-section a, .review-section span {
    color:white!important;
}

.reviewer-name {
    font-size: min(10vw,20px);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
}

.reviewer-name:before {
    content:"— ";
}

.three-ctas-section {
    margin-top: 0!important;
    background: black;
}

.three-ctas {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 20px;
    position: relative;
    padding: 70px 0;
}

@media (max-width:800px) {
    .three-ctas {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .three-ctas .cta {
        max-width: 300px!important;
        min-height: 400px!important;
    }
    .three-ctas .cta img {
        min-height: 400px!important;
        max-height: 400px!important;
    }
}

.three-ctas .cta {
    display: flex;
    flex-direction: column;
    position: relative;
    max-height: 600px;
    min-height: 600px;
    max-width: 500px;
}

.three-ctas .cta img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    min-height: 600px;
    max-height: 500px;
}

.three-ctas .cta:hover > h2 {
    background: #00000045 !important;
    padding-bottom: 50px!important;
}

.three-ctas-section .three-ctas .cta h2{
    position: absolute!important;
    bottom: 0;
    left: 0;
    z-index: 7;
    font-family: "the-seasons", sans-serif!important;
    font-size: min(10vw, 30px)!important;
    color: white;
    height: 100%;
    top: 0;
    display: flex;
    width: 100%;
    margin-bottom: 0!important;
    align-items: end;
    padding: 20px;
    pointer-events: none;
    transition: 300ms all;
}

.three-ctas .cta a {
    z-index: 7;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
}


.three-ctas .cta a:before {
      background: linear-gradient(0deg, #000000a8, #00000000, transparent);
      content:'';
      position: absolute;
      height:100%;
      width:100%;
      top:0;
      left:0;
      z-index: 2;
}

.three-ctas .cta a {
    position: relative;
    height: 100%;
}

.all-reviews-static {
    display: flex;
    flex-direction: column;
    grid-gap: 50px;
    max-width: 1000px;
}

.review-static {
    border-top: solid 1px;
    padding-top: 30px;
    display: flex;
    flex-direction: column-reverse;
}

.review-static p {
    position: relative;
}

.reviewer-name-static {
    margin-top: 30px;
    display: block;
    font-family: "the-seasons", sans-serif!important;
    font-size: min(10vw,37px);
}

.review-static p:before {
    content:'\f10d';
    font-family: 'Font Awesome 6 Pro'!important;
    font-size: min(10vw,30px);
    font-weight: 600;
    display: block;
    color: #c4c4c4;
}

.rg-modal-contact .rag-modal-window, .rg-modal-contact .miranda-lb {
    background: none!important;
    box-shadow: none;
}

.rg-modal-contact .miranda-lb .lb-content p, .rg-modal-contact .contact label:not(.long-label) {
    display: none!important;
}

.rg-modal-contact .long-label {
    color: #a2a2a2 !important;
}

.rg-modal-contact .rag-modal-backdrop {
    background-image:url(https://u.realgeeks.media/ronandcyndi/vanitygeeks/brand/southwest-florida-home-sell-listing.jpg);
    background-repeat: no-repeat;
}

.rg-modal-contact .rag-modal-backdrop:after {
    content:'';
    background: #000000c4;
    height: 200vh;
    width:100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: visible;
}

#modal-container .rg-modal-contact .miranda-lb input, #modal-container .rg-modal-contact .miranda-lb textarea, #modal-container .rg-modal-contact .miranda-lb select {
    box-shadow: none!important;
    border-radius: 0!important;
    background: unset!important;
    border: none!important;
    border-bottom: solid 1px white!important;
    color: white!important;
    text-transform:uppercase;
    letter-spacing: 2px;
    padding-left: 0!important;
}

#modal-container .rg-modal-contact .miranda-lb input::placeholder, #modal-container .rg-modal-contact .miranda-lb textarea::placeholder {
    color:white;
    text-transform:uppercase;
    letter-spacing:2px
}

#modal-container .rg-modal-contact .miranda-lb textarea {
    border: solid 1px white!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px!important;
}

#modal-container .rg-modal-contact h2 {
    color:white;
    text-transform:uppercase;
    font-family: 'the-seasons'!important;
    letter-spacing: 2px;
    font-size: min(10vw,40px);
    font-weight: 100;
}

#modal-container .rg-modal-contact .rag-modal-close:before{
    color: white!important;
}

div.rg-modal.rg-modal-contact .small-12.columns {
    grid-gap: 40px;
}

.rg-modal-contact .miranda-lb {
    padding-left: 0!important;
}

#modal-container .rg-modal-contact .miranda-lb input[type="submit"] {
    border: solid 2px white!important;
    padding: 10px 30px!important;
}

#modal-container .rg-modal-contact .miranda-lb .leftColumn {
    width: fit-content;
}

#modal-container .rg-modal-contact .fineprint-top span, #modal-container .rg-modal-contact a {
    color: white;
}

.review-section.about-reviews {
    border: none;
    margin-top: 100px!important;
    border-bottom: solid 55px white;
}

.meet-team-h2 {
    font-family: 'the-seasons'!important;
    font-weight: 300!important;
    text-align: center;
    font-size: min(10vw,40px)!important;
}