:root {
/* Logos + Backgrounds */
  --logowhitebg:url("https://u.realgeeks.media/miamivalleydreamhomes/white-mv-logo.png");
  --logobg:url("https://u.realgeeks.media/miamivalleydreamhomes/PNG_Miami_Valley_Dream_Homes__logo_cutout.png");
  --sitebrandbg:url("https://u.realgeeks.media/miamivalleydreamhomes/dayton-banner.jpg");
  --marketreportbg:url("https://t.realgeeks.media/resize/1500x1000/https://u.realgeeks.media/miamivalleydreamhomes/dayton-banner.jpg");
  --listingblockctabg:url("https://u.realgeeks.media/miamivalleydreamhomes/dayton-banner.jpg");
/* Fonts */
  --fontvar: Poppins;
  --headerfont:  Poppins;--fancyfont: Poppins;--herofont: Poppins;
  --thinweight: 300;
  --regularweight: 400;
  --boldweight: 500;
  --superboldweight: 800;
  --blackweight: 600;
  --fancyweight: 500;
  --largeheader: min(10vw, 35px);
  --fontsize-body: min(6vw, 16px);
  --nosearchheader: min(12vw, 50px);
  --nosearchp: min(9vw, 22px);
  --fontsize-h1-huge: min(10vw, 1.375rem);
  --fontsize-h1-smaller: min(8vw, 1.375rem);
  --fontsize-h1-bigger: min(10vw, 1.375rem);
  --fontsize-h2-smaller: min(9vw, 1.375rem);
  --fontsize-large: min(7vw, 2rem);
  --fontsize-h2-bigger: min(9vw, 1.375rem);
  --fontsize-h3-smaller: min(6vw, 18px);
  --fontsize-h3-bigger: min(8vw, 25px);
  --fontsize-h4-h6: min(7vw, 20px);
  --fontsize-sidebarheader: min(8vw, 20px);
  --herofontsizemobile: min(15vw, 25px);
  --herofontsize: min(10vw, 38px);
  --sectionheaders: min(9vw, 1.575rem);
  --sectionheadersmobile: min(9vw, 1.375rem);
  --headertexttransform:none;

  /* Colors */
  --maincolor: #233662;
  --hovercolor: #000;
  --navcolor: #fff;--accent: #ad6e34;
  --btncolor: #233662;
  --btnhover:#ad6e34;
  --brand-bg: #233662;
  --heroctabtnbg: #000;
  --heroctabtncolor: white;
  --navbackground: #fff;
  --navlinkcolor: #000;
  --sidemenubackground: #ffffff;
  --sidemenulinkcolor: #000000;
  --sidemenuctabuttoncolor:rgb(255 255 255);
  --scrollednavbgcolor: #fff;
  --scrollednavtextcolor: #000;
  --footerbgcolor: #10192d;
  --footerfontcolor: rgb(255 255 255 / 72%);
  --footerctasection:whitesmoke;
  --testimonialbg: url(https://u.realgeeks.media/miamivalleydreamhomes/Buying_a_home_in_Beavercreek.jpg);
  --clearnavtextcolor: #fff;
  --btnshadow: 3px 4px 5pxrgb(0 0 0 / 14%);
  --scrollednavshadow: 0px -11px 10px 15pxrgba(0, 0, 0, 0.15);
  --navuserinfoborder: solid .5px #dadada;
  --clearNavborder: none;
  --reviewstars: #000000;
  --darkenedbgcolor:rgb(0 0 0 / 44%);
  --scheduleshowingbtn:black;

/*   Padding */
  --sectionpadding: 100px 0px;
  --sectionpaddingmobile:45px 0px;
  --bodycontainerpadding:45px 24px;
  --bodycontainerpaddingmobile:45px 24px;

/*   Site Width */
  --max-site-width: 1500px;
  --propertypages-width: 1200px;
  --resultpages-width: 1500px;

/*   Other */
  --mainheroxybgposition: 0% 0%;
  --buttonborderradius: 0!important;
  --texttransform: none;
  --letterspacing: 0px;

/*Area Pages*/
   --searchicon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/white/Asset_50.svg");
   --mapicon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/white/Asset_35.svg");
   --homevalueicon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/white/Asset_32.svg");
   --signupicon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/white/Asset_66.svg");
   --sellicon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/black/forsale.svg");
   --exlistings:url("https://u.realgeeks.media/vanitygeeks/icons/svg/black/newlistings.svg");
   --touricon:url("https://u.realgeeks.media/vanitygeeks/icons/svg/black/tour.svg");
   --homevaluationblock:url("https://u.realgeeks.media/vanitygeeks/icons/svg/white/Asset_84.svg");

   --areapageagentbg: #000;}
 .logo {
     background-size: contain !important;
     width: 260px;
     height: 70px !important;
     top: 0;
 }

.home-ctas .three-ctas-container {
max-width: 100%;
}

nav#lux-navbar:not(.showoriginalnav):not(.firsttopnav) {
  top:0;
}

.home-header .inner-content{
 display: flex;
 align-items: center;
 justify-content: center;
 padding: 24px;
}

.home-header button {
 margin: 0;
 background: #2d7450;
 /* border: dashed 1px grey; */
 font-size: min(15vw,30px);
}

.home-ctas .cta-card p {
 font-size: min(8vw,16px);
}

.redesign .grey-socials .socials__link:hover {
 background: black;
 color: white;
 border: solid 1px black;
 opacity: 1;
}

body>div.sidemenu .sidemenu__nav-link {
 border-bottom: dashed 1px rgb(0 0 0 / 17%);
}

body>div.sidemenu .sidemenu__nav-link:hover {
 color: #9a9a9a;
}

.home-ctas h2 {
 font-size: var(--fontsize-h2-smaller)!important;
}

@media(max-width:700px){
  .logo.clearnav {background-size:contain!important;}
  header.header .logo {
    height: 63px!important;
    top: 0;
    max-width: 180px;
  }
}

body>div.sidemenu .sidemenu-footer .socials__link {
 border: solid 1px;
}

.dashed-vert {
 min-height: 100%;
 display: block;
 /* top: 34px; */
 border-left: dashed 1px #464646;
 position: relative;
}

.intro-call a{
 color: white;
 border-bottom: solid 4px rgb(0 0 0 / 38%);
}

#logged-in-card.cta-card {
 padding:0!important;
}

.wide-images {
 /* box-shadow: 0px 0px 20px black; */
 background: transparent;
 min-height: auto!important;
}

#market-snapshots.luxfullwidth .customTestimonials-content {
 margin: auto!important;
}

.directory-item {
 max-height: 200px;
 min-height: 230px!important;
 box-shadow: none;
 border: none;
 flex: 1 1 19%;
 /* max-width: 353px; */
}

@media (min-width:1001px) and (max-width:1300px) {
  .directory-item {
  flex:1 1 20%;
 }
}

@media (max-width:1000px) {
 .directory-item {
  flex:1 1 40%;
 }
}
@media (max-width:500px) {
 .directory-item {
  flex:1 1 100%;
  max-width: 100%!important;
 }
}
 .sidebar #address_search_container {
   display:none;
 }

@media (max-width:450px) {
 .directory-item {
  max-height:200px;
  min-height: 200px!important;
 }
 .directory.full-height {
  min-height: auto!important;
 }
 .wide-images {
  min-height: auto!important;
 }
}

 .footer-wrap-logo img, #custom-footer img {
   max-height:100px;
 }
 @media only screen and (min-width:450px) {
     .logo.clearnav {
         background-size: contain !important;
         width: 260px !important;
    }
     .logo.clearnav a {
         width: 138px !important;
    }
 }
 @media only screen and (max-width: 450px){
   nav.top-nav .logo {
       top: -10px;
       width: 120px;
   }
 }

nav .nav-ink:hover {
 color:#ad6e34;
}

nav.noclearnav .header, nav#lux-navbar .header.navshadow.showoriginalnav:not(.clearnav) {
 border-bottom:solid 1px #ececec!important;
}



.states-wrapper {
 display: flex;
 grid-gap: 30px;
 position: relative;
 top: -30px;
}

.state-box {
 grid-gap: 50px;
 width: 100%;
 transition: 300ms;
 box-shadow: 0px -9px 20px rgb(0 0 0 / 49%);
 display: flex;
 position: relative;
 border: dashed 1px #464646;
 padding: 51px;
 background:#0e0e0e;
 border-top: solid 3px #ad6e34;
}

.state-img {
 display: flex;
 align-items: center;
 width: 100%;
 justify-content: center;
}

.state-img img {
 max-height: 250px;
 height: initial;
 max-width: 238px;
 filter: grayscale(1);
}

.state-txt {
 width: 100%;
}

.state-txt p {
 color: #929292;
}

.state-box a:not(.state-txt a) {
 position: absolute;
 height: 100%;
 z-index: 4;
 width: 100%;
 top: 0;
 left: 0;
}

.state-box button {
 background: none;
 border: solid 1px white!important;
 color: white;
 font-size: min(6vw, 17px);
 margin-top: 30px;
 padding: 10px 20px;
 line-height: 130%;
}

.homeheader h3 {
 text-align: center;
 text-transform: uppercase;
 font-size: var(--fontsize-h2-bigger);
 letter-spacing: 5px;
 white-space: normal!important;
 color: var(--maincolor, white)!important;
}

.state-txt h2, .homeheader h3 {
 margin-bottom: 0!important;
 white-space: nowrap;
 color: white;
}

.state-section {
 background: #000000;
 padding-top: 0!important;
 padding-bottom: 0;
}

@media (max-width:1260px) {
 .states-wrapper {
  flex-direction: column;
  grid-gap: 45px;
 }
 .state-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }
 .state-img {
  justify-content: left;
  /* width: 50px; */
 }
 .state-img img {
  max-height: 220px;
  max-width: 69px;
 }
}

.homeheader {
 margin-bottom: 20px;
 border: dashed 1px #272727;
}

.state-box:not(.homeheader):hover {
 background: #2d2a23;
}

.state-box:hover > .state-txt button {
 background: #ffffff;
 color: black;
 border: solid 2px white;
}

.state-box:hover > .state-txt h2 {
 color: white;
}

.state-box:hover > .state-img img {
    filter: none;
}

.state-box:hover > .state-txt p {
 color: #acacac;
}

.agent-back .cta-text {
 color: rgb(251 236 195);
 margin-top: 20px;
 max-width: 800px;
 font-size: var(--fontsize-h3-smaller);
}


.customTestimonials {
 border:none!important;
}

.jump-links {
 display: flex;
 align-items: center;
 align-content: center;
 padding: 75px;
 justify-content: center;
 grid-gap: 10px;
 flex-wrap: wrap;
 width: 100%;
}

.jump-links button {
 margin: 0;
 border-radius: 40px;
 /* background: rgb(255 255 255); */
 font-size: min(5vw,17px);
 font-weight: 600;
 width: 100%;
 white-space: nowrap;
 color: #ffffff;
 border: solid 2px #313131;
}

.jump-link-section {
 background: #000000!important;
 border-top: solid 2px #212121;
}

.intro-block {
 text-align: center;
 width: fit-content;
 display: flex;
 padding: 75px;
 flex-direction: column;
 text-align: left;
 width: 100%;
 justify-content: center;
 position: relative;
 margin: 0;
 background: #ad6e34;
}

.intro-block p {
 color: white;
 margin: 0;
}

.jump-link-section h4 {
 font-size: var(--herofontsizemobile);
 color: #483d22;
 margin: 0;
 margin-bottom: 15px;
}

.jump-links button:hover {
 border-color: white;
 background: transparent;
}

.jump-links a {
 flex: 1;
 max-width: 297px;
}

.jump-link-section .inner-content {
 max-width: 2000px;
 display: flex;
 padding: 0;
}

@media (max-width:770px) {
 .jump-link-section .inner-content {
  flex-direction:column!important;
 }
 .jump-links, .intro-block {
  padding: 82px!important;
  text-align: center;
 }
 .intro-block p {
  text-align:center;
 }
 .intro-call {
  margin:auto!important;
 }
}

.intro-call {
 color: white!important;
 font-size: var(--herofontsizemobile);
 position:relative;
 font-weight: 100;
 background: transparent;
 position:relative;
 margin-top: 15px!important;
 height: 100%;
 width: fit-content;
 margin: 0;
 display: flex;
 align-items: center;
 justify-content: center;
}

.directory {
 grid-gap: 1px!important;
 min-height: auto!important;
 padding-bottom: 0;
 overflow: visible;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}

.two-sec {
 grid-gap: 22px;
 background: #0e0e0e;
 min-height: auto!important;
}




.neighborhood-block {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 30px;
}


.neighborhood-block #header-content {
  width: 100%;
  flex: 1 1 100%;
}

.neighborhood-block .city-block {
  flex: 1 1 30%;
}

.city-block ul {
  margin: 0;
}

.city-block li a {
  font-weight:400!important;
}

.city-block h3 {
  color: var(--accent)!important;
}




.cta-section {
  background:  var(--footerbgcolor) !important;
}



.brand-bg {
  background: var(--brand-bg) !important;
}
.cta-section,
.grey {
  background: whitesmoke;
}
footer .cta-section {
  background: var(--footerctasection);
  border-bottom: dashed 1px #333333;
  border-top: dashed 1px #333333;
}
#custom-footer .cta-section {
  background: none;
}
footer section,
#custom-footer section {
  margin-bottom: 80px;
  display: block;
}
@media (max-width: 737px) {
  footer section,
  #custom-footer section {
    margin-bottom: 45px;
  }
}
.main-ctas {
  display: flex;
  grid-gap: 80px;
  width: 100%;
  height: 100%;
  text-align: left;
  align-items: baseline;
  position: relative;
}
@media (max-width: 1300px) {
  .main-ctas {
    justify-content: center;
    flex-wrap: wrap;
  }
  #logged-in-card.cta-card {
    max-width: 100% !important;
    padding: 0;
  }
  .three-ctas-container {
    max-width: 100% !important;
  }
}
@media (max-width: 660px) {
  .cta-card {
    flex-basis: auto !important;
    width: 100%;
    max-width: none !important;
  }
  .cta-card-head {
    min-height: 100% !important;
  }
}
.sign-up-card {
  border-left: solid 4px var(--accent)!important;
  flex: 1 1 25%;
  box-shadow: none !important;
  padding-left: 20px!important;
  align-items: self-start;
}
.cta-card.sign-up-card:not(.lux-classic),
.sign-up-card:not(.lux-classic) button {
  color: black !important;
}
.cta-card.sign-up-card:hover > .sign-up-btn {
  color: white !important;
}
.sign-up-card button {
  border-top-color: #404040 !important;
}
.sign-up-card:hover,
.sign-up-card.cta-card button:hover {
  color: black !important;
}
.cta-card.sign-up-card:hover:not(#logged-in-card) > .sign-up-btn .fa {
  color: var(--maincolor) !important;
}
@media (max-width: 600px) {
  .three-ctas-container {
    flex-direction: column;
    grid-gap: 80px !important;
  }
}
.three-ctas-container {
  display: flex;
  grid-gap: 15px;
  width: 100%;
  max-width: 100%;
}
.sign-up-card .cta-card-head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sign-up-card:not(#logged-in-card.sign-up-card):hover > a button span {
  color: var(--maincolor);
}
.cta-card h2 {
  font-size: var(--fontsize-h2-bigger) !important;
  margin: 0 !important;
  text-align: left;
  color: white !important;
  text-transform: none !important;
}
#sign-up-card h2 {
  color: white !important;
}
#sign-up-card p {
  color: #c3c3c3 !important;
}
.logged-in-msg:after {
  display: none;
}
.cta-card {
  position: relative;
  margin: 0;
  width: 100%;
  flex: 1 1 33%;
  justify-content: space-between;
  flex-direction: column;
  display: flex;
  transition: 200ms all;
  height: auto;
  box-shadow: none;
  background: transparent;
  border-left: none;
}
.cta-card.sign-up-card:not(.lux-classic) {
  background: transparent;
  padding-left: 20px;
}
.sign-up-card:not(.lux-classic) button {
  background: #ffffff;
  width: 100%;
}
.cta-card-head {
  border-bottom: none;
  padding: 0;
  height: auto;
  min-height: auto;
}
.cta-card:hover > button,
.cta-card button:hover {
  background: white !important;
  color: black !important;
}
.cta-card:hover > button .fa,
.cta-card button:hover > .fa {
  color: var(--maincolor);
}
.main-ctas .cta-card ul {
  margin: 0 !important;
}
.main-ctas .cta-card ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 7px;
  color: #868686;
  font-size: 13px;
}
.main-ctas .cta-card ul li {
  margin-bottom: 0 !important;
  color: #5e5e5e;
  font-size: 14px !important;
  line-height: 22px;
  width: auto;
  padding: 0 !important;
}
.cta-card p {
  line-height: 120% !important;
  color: #92988a !important;
  text-align: left;
  font-size: 13px;
  max-width: 256px;
  margin: 0 0 20px !important;
}
.cta-card-link {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  font-size: 0 !important;
  left: 0;
}
#logged-in-card .cta-card-link:hover:before {
  color: var(--maincolor);
}
#logged-in-card .cta-card-link:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900 !important;
  color: #868686;
}
#logged-in-card #fav-link:before {
  content: "\f004";
}
#logged-in-card #msg-agent-link:before {
  content: "\f4ad";
}
#logged-in-card #saved-link:before {
  content: "\f002";
}
#logged-in-card .cta-card-link {
  position: relative;
  font-size: 14px !important;
  display: block;
  letter-spacing: 1px;
  font-weight: 400;
  text-align: left;
  color: white;
}
#logged-in-card .cta-card-link:hover {
  color: #ffffff;
}
#logged-in-card h2 {
  color: white !important;
}
.main-ctas button {
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0;
  transition: 300ms all;
  text-align: left;
  padding: 10px;
  background: #ffffff;
  font-weight: 500;
  display: flex;
  border-radius: 9px;
  margin-top: 0;
  color: black;
  text-transform: uppercase;
  font-size: 14px;
  width: fit-content;
  border-top: none;
}
.cta-card:not(.sign-up-card.cta-card):hover > a button,
.cta-card a button:hover {
  color: black !important;
  background: white;
  font-weight: 500;
}
.lux-white .main-ctas button {
  box-shadow: 5px 5px 0 rgb(0 0 0 / 15%);
}
.main-ctas button .fa {
  color: var(--maincolor);
  margin-left: 10px;
}
.sign-up-btn:not(.lux-white) .fa {
 color:black;
}
.agent-area-page h3, .agent-area-page h4 {
 font-size: min(10vw,35px);
}

.cta-card.hidden {
  display: none !important;
}
.cta-card.show {
  display: flex;
}
#logged-in-card.cta-card:hover {
  transform: none;
}
#logged-in-card button:hover {
  color: black !important;
}
#logged-in-card button:hover > .fa {
  color: var(--maincolor) !important;
}
#logged-in-card .cta-card-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sign-up-card .cta-card-head {
  padding: 0 !important;
}
.logged-in-msg {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 0;
}
.lux-white .main-ctas {
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  align-items: baseline;
  padding: 30px 0;
  position: relative;
}
@media (max-width: 1300px) {
  .lux-white .main-ctas {
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0;
    padding-top: 0;
    grid-row-gap: 30px;
  }
  .lux-white .sign-up-card {
    border-right: none !important;
    padding-left: 15px !important;
  }
  .lux-white #logged-in-card.cta-card {
    max-width: 100% !important;
  }
  .lux-white .three-ctas-container {
    max-width: 100% !important;
    padding-bottom: 0 !important;
    grid-gap: 30px !important;
  }
}
@media (max-width: 660px) {
  .lux-white .cta-card {
    flex-basis: auto !important;
    width: 100%;
    max-width: none !important;
  }
  .lux-white .cta-card-head {
    min-height: 100% !important;
  }
}
.lux-white .sign-up-card {
  flex: 1 1 100%;
  padding: 20px 0;
  border-right: solid 1px black;
}
.lux-white .cta-card.sign-up-card {
  color: black !important;
  padding: 20px;
  border: none !important;
}
.lux-white .cta-card.sign-up-card:hover > .sign-up-btn {
  color: white !important;
}
.lux-white .sign-up-card button {
  background: white;
  color: white !important;
  max-width: 200px !important;
}
.lux-white .sign-up-card.cta-card button:hover {
  background: #000000 !important;
  color: white !important;
}
.lux-white
  .cta-card.sign-up-card:hover:not(#logged-in-card)
  > .sign-up-btn
  .fa {
  color: var(--maincolor) !important;
}
@media (max-width: 600px) {
  .lux-white .three-ctas-container {
    flex-direction: column;
    padding-left: 0 !important;
  }
  .lux-white .cta-card {
    border-right: none !important;
  }
  .lux-white .cta-card:last-child {
    border: none !important;
  }
}
.lux-white .three-ctas-container {
  display: flex;
  grid-gap: 30px;
  max-width: 50%;
}
.lux-white .sign-up-card .cta-card-head {
  display: flex;
  background: transparent;
  flex-direction: column;
  justify-content: space-between;
}
.lux-white
  .sign-up-card:not(#logged-in-card.sign-up-card):hover
  > a
  button
  span {
  color: #000000;
}
.lux-white .cta-card h2 {
  font-size: min(6vw, 22px) !important;
  margin: 0 !important;
  color: black !important;
  text-transform: none !important;
}
.lux-white #sign-up-card h2 {
  color: black !important;
}
.lux-white #sign-up-card p {
  color: #c3c3c3;
}
.lux-white .cta-card {
  position: relative;
  margin: 0;
  flex-grow: 1;
  background: rgb(255 255 255 / 96%) !important;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px;
  border-radius: 0;
  display: flex;
  grid-gap: 20px;
  border-left: none;
  flex-basis: 100%;
  transition: 200ms all;
  background: white;
  height: 100%;
  overflow: visible;
}
.lux-white .cta-card:hover > button,
.lux-white .cta-card button:hover {
  background: black !important;
  color: black !important;
  margin-top: 0;
  box-shadow: 2px 2px 0 rgb(0 0 0 / 34%);
}
.lux-white .cta-card:last-child {
  border: none;
  padding-right: 0;
}
.lux-white .cta-card:last-child:hover {
  border: none;
}
.lux-white .cta-card-head {
  padding: 0;
  min-height: 200px;
  max-width: 80%;
}
.lux-white .cta-card:not(.sign-up-card.cta-card):hover > a button,
.lux-white .sign-up-card.cta-card a button:hover {
  background: #000000;
  color: white !important;
  margin-top: 0;
}
.lux-white #logged-in-card.sign-up-card.cta-card a button:hover {
  background: #000000 !important;
  color: white !important;
}
.lux-white #logged-in-card.sign-up-card.cta-card a button {
  background: white !important;
  color: black !important;
}
.lux-white .cta-card:not(.sign-up-card.cta-card):hover > a button,
.lux-white .cta-card a button:hover {
  background: #000000;
  color: black;
  margin-top: 0;
  box-shadow: 2px 2px 0 rgb(0 0 0 / 34%);
}
.lux-white .cta-card:not(.sign-up-card):hover > a button .fa,
.lux-white .cta-card a button:hover > .fa {
  color: #ffffff !important;
}
.lux-white #logged-in-card button:hover > .fa {
  color: white !important;
}
.lux-white .cta-card:hover {
  border: none;
  transform: none !important;
}
.lux-white .main-ctas .cta-card ul {
  margin: 0 !important;
  padding-bottom: 0;
}
.lux-white .main-ctas .cta-card ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  margin-right: 7px;
  color: #000000;
  font-size: 13px;
}
.lux-white .main-ctas .cta-card ul li {
  margin-bottom: 0 !important;
  color: #000000;
  font-size: 14px !important;
  width: 100%;
  line-height: 22px;
  padding: 0 !important;
}
.lux-white .cta-card p {
  line-height: 120% !important;
  color: #595959 !important;
  font-size: 14px !important;
}
.lux-white .cta-card-link {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  font-size: 0 !important;
  left: 0;
}
.lux-white #logged-in-card .cta-card-link:hover:before {
  color: var(--maincolor);
}
.lux-white #logged-in-card .cta-card-link:before {
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  font-weight: 900 !important;
  color: #868686;
}
.lux-white #logged-in-card #fav-link:before {
  content: "\f004";
}
.lux-white #logged-in-card #msg-agent-link:before {
  content: "\f4ad";
}
.lux-white #logged-in-card #saved-link:before {
  content: "\f002";
}
.lux-white #logged-in-card .cta-card-link {
  position: relative;
  font-size: 14px;
  display: block;
  letter-spacing: 1px;
  font-weight: 400;
  color: white;
}
.lux-white #logged-in-card .cta-card-link:hover {
  color: #ffffff;
}
.lux-white #logged-in-card h2 {
  color: black !important;
}
.lux-white .main-ctas button {
  white-space: nowrap;
  margin: 0;
  margin-bottom: 0;
  text-align: left;
  padding: 15px 20px;
  background: white;
  border: solid 1px #bbb !important;
  color: black !important;
  max-width: 80%;
  width: 100%;
  text-transform: uppercase;
  font-size: min(6vw, 13px);
}
.lux-white .main-ctas button .fa {
  color: #000000;
  margin-left: 10px;
}





.main-footer {
  background: transparent;
}

.about-social .a-social-link {
  font-size: min(7vw, 25px);
  margin: 0 !important;
  padding: 0 !important;
}
#custom-footer .a-social-link {
  width: 100%;
  align-items: baseline;
}
.a-socials {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.a-socials > li {
  margin-bottom: 10px;
  flex-basis: 64px;
  padding-right: 10px;
}
.a-social-link {
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  font-size: 20px;
  transition: all 0.2s;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}
.a-social-link i {
  text-align: center;
}
.a-social-link svg {
  max-width: 100%;
  transition: all 0.2s;
  fill: currentColor;
}
@media (min-width: 641px) {
  .a-social-link:hover {
    background-color: #000;
    color: #ffffff;
  }
  .a-social-link:hover svg {
    fill: #ffffff;
  }
}
@media (max-width: 640px) {
  .a-social-link:focus {
    background-color: #fff;
    color: #000;
  }
  .a-social-link:focus svg {
    fill: #000;
  }
}
.container {
  width: 100%;
  margin: 0 auto;
  max-width: var(--max-site-width);
  text-align: left;
}
@media (min-width: 1681px) {
  .container {
    max-width: var(--max-site-width);
    padding: 0 24px;
  }
}
@media (max-width: 1680px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 960px) {
  .container {
    padding: 0 24px;
  }
}
@media (max-width: 540px) {
  .container {
    padding: 0 24px;
  }
}
.link {
  position: relative;
  text-decoration: none;
  transition: background-size 0.5s;
  color: #303339;
  border-bottom: 2px solid var(--accent);
}
@media (hover: hover) and (pointer: fine) {
  .link:hover {
    color: #303339;
    background-size: 100% 1px;
  }
}
.link:before {
  display: none;
}
.footer-c-wrapper {
  display: flex;
  grid-gap: 50px;
  justify-content: center;
}
@media (max-width: 650px) {
  .footer-c-wrapper {
    flex-direction: column !important;
  }
  .footer-form .cta-form {
    padding: 0 !important;
    border: none;
    margin-top: 40px;
  }
}
.footer-form {
  width: 100%;
  flex: 1 1 150%;
}
footer .socials {
  white-space: nowrap;
  grid-gap: 15px;
}
#custom-footer .socials > li {
  flex-basis: 0;
}
.socials {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
  width: 100%;
  display: flex !important;
  flex-wrap: nowrap;
}
.socials > li {
  margin-bottom: 10px;
  flex-basis: 65px;
  padding-right: 30px;
}
.social-link i {
  text-align: center;
}
.social-link svg {
  max-width: 100%;
  transition: all 0.2s;
  fill: currentColor;
}
@media (min-width: 641px) {
  .social-link:hover {
    background-color: #000;
    color: #ffffff;
  }
  .social-link:hover svg {
    fill: #ffffff;
  }
}
@media (max-width: 640px) {
  .social-link:focus {
    background-color: #fff;
    color: #000;
  }
  .social-link:focus svg {
    fill: #000;
  }
}
#custom-footer .socials {
  flex-direction: column;
}
Footer:not(#any) .footer-wrap-logo {
  max-width: none;
  text-align: left;
}
.social-icon-one a {
  border-color: rgba(0, 0, 0, 1) !important;
  background-color: transparent !important;
  color: rgba(0, 0, 0, 1) !important;
}
.social-icon-one a:hover {
  color: var(--maincolor) !important;
}
.social-icon-one a i {
  color: inherit !important;
}
.social-icon-one a svg,
.social-icon-one a svg path {
  fill: currentColor !important;
}
.footer,
.footer a {
  font-size: 14px;
  line-height: 24px;
  background-color: inherit;
  color: inherit;
  overflow: hidden;
}
.footer .auto-year-update {
  padding: 0;
}
.footer .socials > li {
  margin-bottom: 0;
  padding: 0;
}
.footer a {
  cursor: pointer;
}
.footer a:not(.link):not(.social-link):hover {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: var(--maincolor) !important;
}
.footer-wrap-logo {
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.footer-wrap-logo img,
#custom-footer img {
  max-height: 60px;
  width: auto;
}
.footer,
.footer a {
  color: var(--footerfontcolor) !important;
}
.footer em {
  font-size: 25px;
}
#custom-footer .social-icon-one span {
  display: initial !important;
  color: #656763 !important;
  font-style: normal;
  font: 14px/20px var(--fontvar), Helvetica, "Segoe UI", Ubuntu, Arial,
    sans-serif !important;
}
.footer a {
  font-weight: var(--regularweight);
}
footer #lux-submit {
  text-align: right;
}
.footer a:hover {
  color: black;
  border-color: var(--maincolor) !important;
}
@media (max-width: 700px) {
  footer .footer-wrap-logo img {
    max-width: 100%;
  }
}
.footer-wrap-info-columns.without-newsletter {
  display: flex;
  gap: 30px 50px;
  justify-content: space-between;
  width: 100%;
  flex: 1 1 100%;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .footer-wrap-info-columns.without-newsletter {
    gap: 30px 20px;
  }
}
@media (max-width: 900px) {
  .footer-wrap-info-columns.without-newsletter {
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr max-content;
  }
}
@media (max-width: 767px) {
  .footer-wrap-info-columns.without-newsletter {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    flex-flow: wrap;
  }
}
@media (max-width: 1200px) {
  .footer-wrap-info-columns.without-newsletter {
    gap: 50px;
  }
}
@media (max-width: 900px) {
  .footer-wrap-info-columns.without-newsletter {
    -ms-grid-columns: 1fr max-content;
    grid-template-columns: 1fr max-content;
  }
}
@media (max-width: 767px) {
  .footer-wrap-info-columns.without-newsletter {
    -ms-grid-columns: 1fr;
    grid-template-columns: none !important;
  }
}
.footer strong {
  font-weight: 500;
  color: var(--footerfontcolor) !important;
}
.footer p {
  color: var(--footerfontcolor) !important;
  font: 14px/20px var(--fontvar), Helvetica, "Segoe UI", Ubuntu, Arial,
    sans-serif !important;
  text-align: left;
  margin-bottom: 0;
  text-shadow: none;
  margin-top: 0;
  letter-spacing: 0.05em;
}
.footer-wrap-item {
  line-height: 30px;
  color: inherit;
}
.footer-wrap-item h6 {
  font-family: inherit;
  color: white !important;
  font-size: min(9vw, 1.2rem);
}
.footer-wrap-item:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .footer-wrap-item--company {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.footer-wrap-item--company p {
  margin-bottom: 10px !important;
}
@media (max-width: 767px) {
  .footer-wrap-item--sitemap:first-child {
    margin-bottom: 0;
  }
}
.footer-wrap-item--sitemap ul {
  list-style-type: none;
  margin: 0;
}
.footer-wrap-item-title {
  margin-bottom: 10px;
  min-height: 23px;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer-wrap-item-title {
    margin-top: 12px;
  }
}
.footer .links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .footer .links-wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer-wrap-item-content .sitemap-column-left {
  margin-right: 0;
}
.footer-wrap-item-content p {
  margin: 0;
}
.footer-wrap-description {
  margin-bottom: 32px;
  font-weight: var(--thinweight);
  padding-right: 0;
  color: var(--footerfontcolor) !important;
}
.footer-wrap-first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .footer-wrap-first {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.footer-wrap-first .socials {
  -webkit-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .footer-wrap-first .socials {
    -webkit-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 29px;
    margin: 37px 0 27px;
  }
}
@media (max-width: 768px) {
  .footer-wrap-first .socials li {
    padding-right: 0;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
  }
}
@media (max-width: 768px) {
  .footer-wrap-first .social-link {
    margin: 0 !important;
  }
}
.footer-wrap-first-img {
  margin: 4px 0 32px;
}
.footer-wrap-copyright span {
  padding: 0 8px;
}
.designed-by {
  font-size: 13px;
  color: var(--footerfontcolor);
}
.designed-by a {
  font-size: 13px !important;
  border-bottom: 1px solid #dcdd55 !important;
  color: white !important;
}
.content-banner--container {
  height: auto !important;
}
#content-banner-close {
  float: right;
  background: #00000059;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: inline-block;
  font-size: 20px;
  align-content: center;
  justify-content: center;
}
.clearnav .content-banner-msg {
  background: rgb(0 0 0 / 57%);
}
.content-banner-msg {
  max-width: 100%;
  margin: auto;
  background: #000000;
  font-size: min(5vw, 16px);
  font-family: var(--fontvar);
  border-bottom: solid 1px rgb(255 255 255 / 20%);
}
.cta-card.hidden {
  display: none !important;
}
.cta-card.show {
  display: flex;
}






.cta-info {
  width: 100%;
  position: relative;
}
.form-error {
  padding: 10px;
  color: #611818;
  font-size: 15px;
  background: #ffe9e99c;
  font-weight: var(--boldweight);
}

#custom-footer .cta-form {
 border:none!important;
}
.cta-form {
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
  width: 100%;
  box-shadow: 5px 7px 17px 7px rgb(0 0 0 / 12%);
  padding: 20px;
  max-width: 600px;
  position: relative;
  background: #ffffff;
}
.overflow .cta-form {
  top: -50px;
  width: 100%;
  height: fit-content;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
  max-width: 500px;
  border-radius: 6px;
  margin-right: auto;
}
.overflow .cta-info {
  width: 100%;
  box-sizing: border-box;
  top: 0!important;
}
.cta-form button {
  margin: 0;
}
.cta-form label {
  font-size: var(--fontsize-body);
  font-weight: var(--boldweight);
}
.cta-form #header {
  font-size: var(--fontsize-h2-bigger);
  margin: 15px 0;
  font-weight: 600;
  color: #000000;
}
.search-header {
 font-weight: 700!important;
 text-shadow: 2px 2px 7px black!important;
}
@media only screen and (min-width: 737px) {
#quicksearch-section {
 margin-top: 99px!important;
}
}
nav .header.clearnav {
 background:#233662;
 position: relative;
}
#diamond-search button {
 text-shadow: 2px 2px 6px black!important;
}
.hoz-inside.clearnav, .hoz-inside {
 background: transparent!important;
}
nav .nav-ink.clearnav {
 font-size: min(10vw,15px);
}
nav .nav-ink {
 font-size:min(10vw,15px);
}
#diamond-search button:not(#diamond-search form button) {
 font-weight:600;
}
#diamond-search button.active {
 font-weight:800!important;
}
footer .cta-form label {
  color: var(--footerfontcolor);
  font-weight: 200;
}
footer .cta-form button {
  background: #bbbbbb;
  color: black;
  border-radius: 8px;
  font-weight: 500;
}
footer .cta-form button:hover {
  background: var(--maincolor);
}
footer .cta-form input,
footer .cta-form select,
footer .cta-form textarea {
  background: rgb(255 255 255 / 20%) !important;
  border: solid 1px rgb(255 255 255 / 13%);
  border-radius: 3px;
  box-shadow: 6px 9px 20px rgb(0 0 0 / 17%);
  color: #ffffff !important;
}
footer .cta-form input:focus,
footer .cta-form select:focus,
footer .cta-form textarea:focus {
  border-color: white!important;
}
footer .cta-form select {
  color: white !important;
}
footer .cta-form {
  border:none;
  border-left: dashed 1px #404757;
  padding: 0;
  padding-left: 50px !important;
  top: auto !important;
}
.cta-form #header:after {
  content: "";
  display: block;
  height: 4px;
  margin: 0;
  margin-top: 15px;
  background: var(--maincolor);
  width: 50%;
  max-width: 100px;
}
footer .cta-form #header:after {
  height: 1px;
  background: var(--maincolor);
  display: none;
}
.cta-form .row {
  display: flex;
  grid-gap: 15px;
  margin: 0 !important;
  float: none !important;
  align-items: baseline;
  height: auto;
  justify-content: space-between;
}
.cta-form .row div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-self: stretch;
}
.cta-form input,
.cta-form select,
.cta-form textarea {
  margin: 0;
  background-color: whitesmoke !important;
  height: 50px !important;
  color: black;
}
#custom-footer .footer-form {
 display:none;
}
.cta-form textarea {
  height: 200px !important;
}
.cta-form textarea::placeholder {
  color: #b6b6b6;
  font-size: 12px;
}
div#proplist_disclaimer{
  background: transparent;
}




.schools {
    background: #233662;
    padding: 50px 0px;
}
.schools-inner {
  /* max-width: var(--max-site-width); */
  margin:auto;
  display: flex;
  justify-content: center;
}











.map-box {
  display: flex;
  flex-direction: row;
  grid-gap: 50px;
  position: relative;
}
#mapwrapper {
  display: flex;
  width: 100%;
  position: relative;
  flex-direction: column;
  align-items: stretch;
}
.map-top-container .inner-content {
  position: relative;
}
.map-box p {
  margin-top: 3px !important;
  font-weight: 400;
  margin-bottom: 0 !important;
  color: #6c747a;
}
#mapwrapper h1,
#mapwrapper h2,
.map-text h2,
.map-text h1 {
  margin-top: 0 !important;
  line-height: 120%;
  margin-bottom: 0;
  text-transform: none;
  font-family: var(--fancyfont)!important;
  text-align: left;
  margin-left: 0 !important;
  font-size: var(--sectionheaders) !important;
}
.large-header {
  font-size: var(--fontsize-large) !important;
}
.flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 50px;
  margin-top: 45px;
}
@media (max-width: 700px) {
  .flex-wrapper {
    flex-direction: column;
  }
}
.flex-wrapper h2:not(.hubpage-areas h2) {
  width: 100%;
  color: #000;
  margin-bottom: -30px;
  font-size: var(--fontsize-large);
}
.hubpage-areas {
  flex: 1 1 47%;
  display: flex;
  border-radius: 5px;
  border: solid 1px rgb(0 0 0 / 4%) !important;
  flex-direction: column;
}
.maui-featured .directory {
  grid-template-columns: repeat(3, 1fr);
}
.hubpage-areas h3:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
  margin-left: 7px;
  color: #9bd078;
}
.hubpage-areas h3,
.hubpage-areas h2 {
  padding: 10px;
  font-weight: 500;
  display: block;
  color: #fff;
  text-align: center;
  width: 100%;
  margin: auto;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 18px;
  background: linear-gradient(25deg, var(--headercolor), #43791c);
}
.hubpage-areas h3 a,
.hubpage-areas h2 {
  text-decoration: none !important;
  color: #fff !important;
  margin: 0 !important;
  width: 100%;
}
.three_column,
.area-block {
  padding: 20px;
  box-shadow: 0 7px 20px #e0e0e0;
  border-radius: 3px;
  background: #fff;
  margin: 0 !important;
  height: 100%;
}
.map-text {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.directory-item:hover > button {
  background: var(--maincolor);
  color: #293914;
  font-weight: 500 !important;
}
.directory-item:hover > div a:first-child {background: #ffffff30!important;/* color: black!important; */border-color: white!important;}
#header-content {
  margin-top: 45px;
}
.lux-forms li::marker,
.map-text li::marker {
  display: initial !important;
  color: var(--maincolor) !important;
  font-size: 15px !important;
}
.mobileformbtn {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.mobileformbtn.relative {
  position: relative;
}
.mobileformbtn button {
  width: 100%;
  font-weight: 500;
}
.txtbtn button {
  background: var(--btncolor);
  padding: 0;
  text-align: left;
  line-height: 120%;
  color: white;
  width: fit-content;
  border-radius: 5px;
  padding: 8px 10px;
}
.txtbtn button:hover {
  background: #000000;
}
@media only screen and (min-width: 700px) {
  .mobileformbtn:not(.always-show) {
    display: none;
  }
}
.mobileformbtn button:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
.middle-line {
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  bottom: 50%;
  margin-top: auto;
  margin-bottom: auto;
}
.popular-links {
  background: #ffffff;
  padding-top: 0;
}
.popular-links button {
  margin: 0;
  font-weight: 500;
  font-size: min(7vw, 17px);
  background: var(--btncolor);
  border-radius: 40px;
  padding: 10px 15px;
  text-align: left;
}
.popular-links button:hover {
  background: #202124;
}
.pop-wrapper {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 8px;
  align-items: stretch;
}
.psLinks .singlePsLink:hover .bg {
  opacity: 0.3;
}
@media (max-width: 1000px) {
  .area-block {
    flex: 1 1 46%;
  }
  .map-box {
    flex-direction: column;
    grid-gap: 45px;
  }
  #mapwrapper {
    text-align: center !important;
  }
  #mapwrapper p {
    text-align: left !important;
    margin: 0;
    line-height: 120%;
  }
  #mapbase {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    display: block;
    height: 100%;
    padding: 6px;
    padding-bottom: 0 !important;
    box-sizing: border-box;
    margin-left: -50vw;
    margin-right: -50vw;
    border-bottom: 0;
  }
  #mapbase svg {
    max-width: 850px;
  }
  .middle-line {
    display: none;
  }
  .map-text p,
  .map-text h2 {
    text-align: left;
  }
}
.psLinks .singlePsLink {
  position: relative;
  min-height: 270px;
  background: #000;
  color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.psLinks .singlePsLink .bg {
  background: url(https://u.realgeeks.media/mauipropety/link_bg_d.png) no-repeat
    100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: 500ms all;
}
psLinks .singlePsLink .psContent {
  color: #fff;
  margin-bottom: 5px;
  z-index: 2;
  font-weight: 700;
  font-size: 24px;
}
.psLinks .singlePsLink .psContent .heading {
  font-size: var(--fontsize-h1-bigger);
  font-weight: 400;
  color: inherit;
  font-family: "Montserrat";
  margin: 0;
  margin-bottom: 0;
}
.psLinks .singlePsLink .psContent .alink {
  font-size: 13px;
  text-transform: none;
  font-weight: 400;
  color: inherit;
  width: fit-content;
}
.psLinks .singlePsLink .psContent .alink .icon {
  border: 1px solid #fff;
  padding: 2px;
  font-size: 11px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.psLinks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin-top: 20px;
  overflow: hidden;
}
.psContent {
  z-index: 1;
  transition: 300ms all;
}
.singlePsLink:hover > .psContent {
  border-left: solid 3px var(--accent);
  padding-left: 7px;
}
.psLinksOutterWrap {
  width: 100%;
}
@media (max-width: 450px) {
  .psLinks {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .map-top-container .inner-content {
    /* padding-left: 0; */
    /* padding-right: 0; */
  }
  .psLinks .singlePsLink .psContent .heading {
    font-size: min(6vw, 18px);
  }
  .psLinks .singlePsLink .psContent .alink {
    font-size: min(5vw, 12px);
  }
}
@media (max-width: 1000px) {
  .psLinks .singlePsLink {
    min-height: inherit;
    height: 175px;
    overflow: hidden;
  }
}
div#diamond-search:nth-child(5) {
  display: none !important;
}
.st0 {
  fill: #50ac48;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st1 {
  fill: #50ac48;
  stroke: #fff;
  stroke-miterlimit: 10;
}
.st2 {
  font-family: "MyriadPro-Regular";
}
.st3 {
  font-size: 24.9375px;
}
.st4 {
  font-family: "MyriadPro-Bold";
}
.st5 {
  font-size: 33.5506px;
}
.usjs1 {
  fill: #96bc3d;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.usjs2 {
  fill: var(--btncolor);
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.usjs3 {
  fill: #83b640;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.usjs4 {
  fill: #a0bf3b;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.usjs5 {
  fill: #b0c436;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.usjs6 {
  fill: #50ac48;
  stroke: #fff;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.white {
  fill: #fff;
}
.green {
  fill: #75a932;
}
.st3 {
  fill: #333;
}
text:hover {
  fill: crimson;
}
#mapbase svg text {
  font-weight: 500;
  font-family: Poppins;
  cursor: pointer;
}
#mapbase svg text.green {
  font-weight: 600;
  fill: #32451b !important;
  text-transform: uppercase;
}
#mapbase circle,
#mapbase ellipse {
  fill: #424242;
}
#mapbase line {
  stroke: #616a56 !important;
}
#mapbase text:hover {
  text-decoration: underline;
  fill: initial !important;
}
.green {
  font-weight: 600;
}
.st3 {
  font-weight: 500;
}
.singlePsLink a {
  z-index: 2;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  left: 0;
  height: 100%;
  display: flex;
  color: transparent;
  width: 100%;
  text-align: center;
  font-size: 0 !important;
}







.directory .directory-item div a {
 font-size: min(5vw,13px)!important;
 margin: 0!important;
 max-width: 200px;
 padding: 4px 8px!important;
 line-height: 100%!important;
}
.directory .directory-item div a:hover {
 background:white!important;
 color:black!important;
}
.directory .directory-item div {
 display:flex;
 align-items: center;
 position: relative;
 grid-gap: 15px;
 width: 100%;
 box-sizing: border-box;
 flex-direction: revert;
 bottom: 0;
}
.directory .directory-item div {
 margin-top: 10px;
}
.directory .directory-item div a {
   font-size: 1.2vw;
   text-align: center;
   background: rgba(0,0,0,0.25)!important;
   line-height: 120%;
   border: solid 1px rgb(255 255 255 / 45%)!important;
   position: relative;
   padding: 0.3vw 0.7vw;
   border-radius: 3px;
   margin: 1vw 0.5vw;
   white-space: nowrap;
   z-index:1;
   text-transform: uppercase;
}
@media only screen and (max-width: 737px) {
  .directory .directory-item div a {
      font-size: 4vw;
      line-height: 11vw;
      padding: 0.6vw 2.5vw;
      margin: 1vw 2.5vw;
  }
}

@media only screen and (min-width: 737px) {
  .agent-area-page img.about-col-image.cover {
    height:600px;
    object-fit: cover;
  }
}
.agent-area-page p, .agent-area-page p a {
  color: #fff;
}










.customTestimonials-content {
  max-width: 1000px;
  margin: auto;
}
.customTestimonials {
  background-size: cover;
  display: inline-block;
  padding-top: 60px;
  padding-bottom: 60px;
}
.customTestimonials-content {
  background: transparent;
  text-align: center;
  padding: 20px;
}
.customTestimonials-content p,
.customTestimonials-content h2 {
  color: #fff !important;
}
.slick-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  margin-left: 0;
  grid-gap: 5px;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customTestimonials {
  background: none!important;
  background-size: cover;
  display: inline-block;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ReviewsBG {
  background: var(--testimonialbg) !important;
  background-position: center!important;
}
.ReviewsBG:before {
  content: "";
  background-image: linear-gradient(-82deg, #233662 0%, #ad6e34 100%);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  left: 0;
  opacity: 0.8;
}
.customTestimonials-content {
  text-align: center;
  padding: 0;
  height: 100%;
  position: relative;
  max-width: 1000px;
}
.customTestimonials-content p,
.customTestimonials-content h2 {
  color: #fff !important;
}
.quote-left:before,
.quote-right:after {
  display: flex;
  color: #636363;
  font-size: min(6vw, 50px);
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  opacity: 0.5;
}
.quote-left:before {
  content: "\f10d";
  position: absolute;
  right: 0;
  left: 5%;
  margin: auto;
  top: 10%;
}
.quote-right:after {
  content: "\f10e";
  position: absolute;
  right: 5%;
  left: auto;
  margin: auto;
  bottom: 10%;
}
.customTestimonials-content p {
  padding: 0 8px;
  font-size: 30px;
  line-height: 130%;
  font-weight: 400;
  text-shadow: 1px 1px 2px rgb(0 0 0 / 42%);
  text-align: center;
  font-style: normal;
  word-wrap: normal !important;
  width: 85%;
  text-align-last: center;
}
.market-snapshot {
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  grid-gap: 20px;
}
.market-snapshot p {
 text-shadow:none!important;
}
.market-snapshot .row:not(.medium-4 .row) {
  display: flex;
  justify-content: end;
  grid-gap: 5px;
  margin-top: 20px;
  position: relative;
}
.customTestimonials-content .tile {
  padding: 30px 50px 0;
}
.customTestimonials-content h2 {
  text-align: center;
  text-transform: uppercase;
  margin: auto;
  font-weight: var(--thinweight);
  font-size: var(--sectionheaders)!important;
  line-height: 1.2;
  letter-spacing: 5px;
}
.customTestimonials-content h3 {
  text-align: center;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 1.2;
  margin-top: 0;
  color: #727272 !important;
}
@media (max-width: 800px) {
  .customTestimonials:not(#market-snapshots.customTestimonials) {
    padding: 45px 4px !important;
    height: auto !important;
  }
  .customTestimonials-content:not(
      #market-snapshot .customTestimonials-content
    ) {
    height: auto;
    padding-bottom: 0;
    width: 100%;
  }
  .customTestimonials-content h2 {
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: 4px;
  }
}
@media only screen and (max-width: 1000px) {
  .customTestimonials-content .tile {
    padding: 30px 0 0;
  }
  .market-snapshot {
    flex-direction: column;
  }
  .market-snapshot .row {
    flex-direction: column;
  }
}
@media only screen and (min-width: 30em) and (max-width: 46em) {
  .customTestimonials-content p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
}
@media only screen and (max-width: 30em) {
  .customTestimonials-content p {
    font-size: var(--fontsize-body);
  }
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 60px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: black;
  border: none;
  outline: none;
  background: #ffffff00 !important;
}
.customTestimonials .slick-prev:hover,
.customTestimonials .slick-prev:focus,
.customTestimonials .slick-next:hover,
.customTestimonials .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent !important;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: FontAwesome;
  font-size: 50px;
  line-height: 100%;
  opacity: 0.75;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}
#zillow-reviews .slick-prev:before,
#zillow-reviews .slick-next:before {
  font-size: min(10vw, 40px);
}
@media only screen and (max-width: 46.01em) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
  }
}
@media only screen and (max-width: 500px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
  }
}
#zillow-reviews {
  position: relative;
  height: 100%;
  margin-bottom: 0;
}
#zillow-reviews .slick-list {
  margin-bottom: 50px;
}
section.customTestimonials .slick-prev,
section.customTestimonials .slick-next {
  bottom: auto;
  top: 30%;
  justify-content: center;
  font-size: 0;
  align-items: center;
  z-index: 9;
  height: 50px;
  display: flex;
  margin: 0;
  border: none;
  width: 50px;
  position: absolute;
  transform: none;
}
.slick-prev {
  left: 0;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: 0;
}
.slick-next:before {
  content: "\f105";
}
@media only screen and (max-width: 46.01em) {
  .slick-prev {
    left: 0;
    width: 25px !important;
    height: 25px !important;
  }
  .slick-next {
    right: 0;
    width: 25px !important;
    height: 25px !important;
  }
}
@media only screen and (max-width: 500px) {
  .slick-prev {
    left: 0;
    width: 25px !important;
    height: 25px !important;
  }
  .slick-next {
    right: 0;
    width: 25px !important;
    height: 25px !important;
  }
  #zillow-reviews .slick-dots {
    max-width: 150px;
    flex-wrap: wrap;
    margin: auto !important;
    bottom: 0;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slick-dots {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  text-align: center;
}
#zillow-reviews .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 6px;
  margin-bottom: 0 !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent !important;
}
#zillow-reviews li button {
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
#zillow-reviews li {
  font-size: 100% !important;
  width: 10px;
  display: flex;
  height: 10px;
  margin: 0 !important;
  padding: 10px !important;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#zillow-reviews li button:before {
  font-size: 20px;
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "\2022";
  text-align: center;
  opacity: 0.25;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}
.customTestimonials-content .tile:hover {
  outline-style: none;
}
.stars-wrapper {
  color: #ffe937;
  font-size: 25px;
  top: 20px;
  position: relative;
}
.slick-dotted.slick-slider ul.slick-dots {
  margin-left: 0;
}
div#diamond-search {
  max-width: 800px;
  margin: auto;
  /* padding: 0 24px; */
  position: relative;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
span.review-us-link {
  color: white !important;
  text-decoration-thickness: 1px;
  padding: 20px;
  display: block;
  background: rgb(0 0 0 / 13%);
  max-width: 500px;
  font-size: 13px;
  text-align: center;
  line-height: 120%;
  margin: auto;
  border: solid 1px rgb(255 255 255 / 14%);
}
.review-sites {
  max-width: 300px;
  margin: auto;
  display: flex;
  justify-content: center;
  grid-gap: 20px;
  padding: 20px;
  align-items: center;
  text-align: center;
}
.review-sites a {
  max-width: 50%;
  position: relative;
}
.review-sites img {
  max-height: 30px;
}
span.review-us-link a {
  color: white;
  border-bottom: solid 2px !important;
  font-weight: 300;
}
span.review-us-link a:hover {
  border-color: var(--maincolor);
}

.schools h2 {
 font-size: var(--sectionheaders);
 font-weight: 100;
 width: 100%;
 flex: 1 1 33%;
 font-family: var(--fancyfont)!important;
 line-height: 110%;
 margin: 0;
 display: flex;
 color: white;
 align-items: center;
}

.ms-choice {
 height: 50px!important;
 /* width: 500px!important; */
 margin-bottom: 0;
 color: white!important;
 margin: 0!important;
 background: #162341!important;
 border: none!important;
 padding: 0!important;
 border-radius: 0!important;
}

.ms-parent {
 width: 100%;
 display: flex!important;
 flex: 1 1 44%;
 align-items: center;
 border: dashed 1px #435888;
}

.ms-choice>span {
 height: 50px!important;
 display: flex!important;
 align-items: center;
 color: #ffffff7a!important;
}

#quicksearch-section #no-search-content {
 padding-top: 200px;
}

.schools-inner .hero-search-submit {
 flex: 1 1 19%;
 display: flex;
 justify-content: flex-end;
 align-items: center;
}

.schools-inner button:hover {
 background: #4d5b7a!important;
}

.schools-inner .hs-submit input {
 margin-bottom: 0!important;
 width: 100%;
 color: white!important;
 height: 100%;
 background: #5073c3!important;
 border-radius: 0px!important;
}

.schools-inner .hs-submit {
 width: 100%;
 height: 100%;
}

.schools-inner form {
 display: flex;
 width: 100%;
 max-width: var(--max-site-width);
 grid-gap: 10px;
 flex-wrap: nowrap;
 padding: 0 24px;
}

@media (max-width:795px) {
 .schools-inner form {
  flex-direction: column;
  flex-wrap: nowrap;
 }
}

.schools-inner .hero-search-submit input:hover {background: #6795fe!important;}





#no-search-content h1 {
    color: white;
    font-size: var(--nosearchheader);
    margin: auto;
    max-width: 800px;
    font-weight: var(--boldweight);
    text-transform: var(--headertexttransform);
    font-family: var(--fancyfont) !important;
    letter-spacing: 0;
    text-shadow: 3px 4px 10px rgb(0 0 0 / 89%);
}
#no-search-content h2 {
    margin-top: 10px !important;
    font-weight: 500;
    text-shadow: 1px 1px 10px black;
}
.body-content:has(.lux-forms) .no-search {
    max-height: 480px!important;
}
.no-search:before {
    content: "";
    /* background: linear-gradient(360deg, rgb(35 54 98 / 77%), rgb(173 110 52 / 55%)); */
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 1;
}

.white button {
    margin: 0;
    background: transparent!important;
    font-weight: var(--regularweight);
    transition: 200ms all;
}

.no-search button {
    background: none;
    font-weight: 500 !important;
    box-shadow: 4px 5px 12px rgb(0 0 0 / 27%);
    white-space: nowrap;
    background: white!important;
    margin-bottom: 0!important;
    color: black;
    border: solid 1px rgb(255 255 255) !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 1px 3px 6px black;
}
#no-search-content .area-page-scroll {
  z-index: 1;
}
.homevaluation .grid-icon {
    background: linear-gradient(45deg, var(--maincolor), #14203b);
}

.sign-up {
    background: linear-gradient(180deg, rgb(255 255 255 / 66%), rgb(255 255 255));
}
.sign-up .grid-icon h2, .sign-up .infoblocktext p {
    color: #000!important;
}
.sign-up .grid-icon h2 {
 font-size: var(--fontsize-large);
 font-weight: 600;
 background: #000000;
 color: white!important;
 padding: 10px;
}
.sign-up .grid-icon h2:after {
  display: none;
}
.sign-up button {
    background: var(--btncolor) !important;
    border-color: var(--btncolor) !important;
    color: #fff !important;
}
.sign-up button:hover {
    background: var(--btnhover) !important;
    color: white!important;
    border-color: var(--btnhover) !important;
}
.sign-up .ico {
    display: none;
}

#below-area .aboutTextTeaserWrap {
 padding-bottom: 0;
 margin-bottom: -40px;
}

@media only screen and (max-width: 737px) {
#quicksearch-section.clearnav {
    margin-top:70px!important;
}
}

#area-page-intro {
 padding-top:0!important;
}

body .miranda-wrapper .search.no-search, body > .miranda-wrapper.clearnav > .hero-search.search.no-search {
    overflow: hidden;
    text-align: center;
    position: relative;
    padding-bottom: 0;
    width: 100% !important;
    max-height: 800px !important;
    margin: 0 auto !important;
    margin-top: 70px!important;
    display: flex;
    max-height: none;
    /* min-height: 300px; */
    justify-content: center;
}
@media(min-width:737px){
  body .miranda-wrapper .search.no-search, body > .miranda-wrapper.clearnav > .hero-search.search.no-search {
    max-height: 450px !important;
  }
}


@media (max-width: 450px) {
 .miranda-wrapper .search.no-search {
 max-height: none!important;
 }
}

#quicksearch-section #no-search-content {
  margin: 0;
  position: relative;
  top: 0;
  background: none;
  align-items: center;
  justify-content: center;
  display: flex;
  height: auto;
  padding-top: 170px;
  padding-bottom: 100px!important;
  flex-direction: column;
  width: 100%;
  min-height: 300px;
  line-height: 100%;
  font-weight: 700;
}
.no-search img {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
  position: absolute;
  object-position: top;
  right: 0;
  left: 0;
  bottom: 0;
  min-height: 100%;
  min-width: 100%;
  max-height: none!important;
}
.overflow .cta-form {
    height: fit-content;
}

/* .no-search img {
    height: 100%!important;
} */



.mobile-only {
  display: none
}
@media(max-width:700px){
  .desktop-only {
    display:none;
  }
  .mobile-only {
    display: block;
  }
  .overflow .cta-form.mobile-only {
    top: -120px;
    border: none;
  }
  .cta-form #header {
    margin-top: 50px;
  }
}






.aboutTextTeaserWrap {
  background: rgb(255 255 255 / 6%);
}
.aboutTextTeaserWrap .atRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  grid-gap: 30px;
}
.aboutTextTeaserWrap .atRow .atCol {
  position: relative;
  width: 100%;
}
.aboutTextTeaserWrap .atRow .textCol {
  padding-right: 10px;
}
.aboutTextTeaserWrap .atRow .subHeading {
  margin-top: 0;
  text-transform: uppercase;
  font-family: var(--fancyfont), sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.aboutTextTeaserWrap .atRow .heading {
  color: #233662;
  font-family: var(--fancyfont) !important;
  font-size: 40px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: none;
  line-height: 42px;
}
.aboutTextTeaserWrap .atRow .desc p,
.aboutTextTeaserWrap .atRow .desc a,
.aboutTextTeaserWrap .atRow .desc strong {
  font-family: var(--fancyfont), sans-serif;
  font-size: 14px;
  color: #333;
}
.aboutTextTeaserWrap .atRow .desc strong {
  font-weight: 600;
}
.aboutTextTeaserWrap .atRow .bottomPortn {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 35px;
  margin-top: 20px;
}
@media (max-width: 620px) {
  .aboutTextTeaserWrap .atRow .bottomPortn {
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 40px;
    margin-top: 40px;
  }
  .aboutTextTeaserWrap .atRow .bottomPortn .contactPart {
    align-items: flex-start;
    min-width: auto !important;
    padding: 0 !important;
    justify-content: flex-start !important;
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}
.aboutTextTeaserWrap .atRow .bottomPortn .contactPart .textNo .phoneNo {
  font-size: 21px;
  font-weight: 700;
  white-space: nowrap;
}
.aboutTextTeaserWrap .atRow .bottomPortn .contactPart .textNo p {
  margin: 0;
  font-family: var(--fancyfont), sans-serif;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.aboutTextTeaserWrap .atRow .bottomPortn .contactPart .textNo {
  padding-left: 10px;
}
.aboutTextTeaserWrap .atRow .bottomPortn .contactPart .icon i {
  font-size: 50px;
  color: #336;
}
.aboutTextTeaserWrap .atRow .bottomPortn .contactPart {
  display: flex;
  flex: 0 40%;
  align-items: center;
  padding-left: 0;
  align-self: center;
  justify-content: flex-start;
}
.aboutTextTeaserWrap .atRow .bottomPortn .moreLink {
  flex: 1 1 40%;
}
.aboutTextTeaserWrap .atRow .bottomPortn .moreLink a {
  width: 100%;
  text-align: center;
  display: block;
  padding: 20px 10px;
  font-size: 21px;
  background: #000000;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-family: var(--fancyfont), sans-serif;
}
.aboutTextTeaserWrap .bgImg {
  width: 700px;
  background: linear-gradient(90deg, rgb(35 54 98 / 6%) 20px, transparent 1%)
      center,
    linear-gradient(rgb(35 54 98 / 6%) 20px, transparent 1%) center,
    rgb(35 54 98 / 6%);
  background-size: 23px 23px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.aboutTextTeaserWrap .mainImg {
  text-align: right;
  position: relative;
  display: flex;
  z-index: 2;
  justify-content: right;
}
.aboutTextTeaserWrap .mainImg img {
  width: 100%;
  height: auto;
}
.contactPart em:before {
    font-size: 41px;
}
.about-social {
  background: transparent;
}

@media (max-width: 960px) {
  .aboutTextTeaserWrap .mg-container {
    margin: 0 auto;
  }
  .aboutTextTeaserWrap .atRow {
    flex-direction: column-reverse;
  }
  .aboutTextTeaserWrap .mainImg {
    justify-content: center;
  }
  .aboutTextTeaserWrap .atRow .atCol {
    flex: 1 100%;
  }
  .aboutTextTeaserWrap .atRow .atCol.textCol {
    width: 100%;
  }
  .aboutTextTeaserWrap .atRow .atCol.imgCol {
    margin-bottom: 50px;
  }
  .aboutTextTeaserWrap .bgImg {
    width: 200%;
    height: 100%;
    max-width: 450px;
    position: absolute;
    right: 15%;
    top: 10%;
  }
  .aboutTextTeaserWrap .atRow .bottomPortn .moreLink {
    min-width: 220px;
  }
}
@media (max-width: 450px) {
  .aboutTextTeaserWrap .atRow .bottomPortn .contactPart {
    min-width: 100%;
    padding: 0;
  }
  .aboutTextTeaserWrap .atRow .bottomPortn .contactPart .textNo .phoneNo {
    font-size: 18px;
  }
  .aboutTextTeaserWrap .atRow .bottomPortn .contactPart .textNo p {
    font-size: 14px;
  }
  .aboutTextTeaserWrap .atRow .bottomPortn .contactPart .icon i {
    font-size: 40px;
  }
  .about-social {
    width: 100%;
  }
  ul.a-socials.social-icon-one.socials {
    display: block!important;
  }
  ul.a-socials.social-icon-one.socials li {
    float: left;
    width: 20px;
    margin-right: 30px;
  }
}



.three-widgets .infowrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infowrap a {
    border: none !important;
    width: fit-content;
    margin: auto;
}
@media(max-width: 500px){
 .three-widgets .infowrap {
    grid-template-columns: repeat(1, 1fr);
}
}




/*COMMUNITIES SECTION*/
.customCommunities-content
{
margin:auto;
}

.community-container {position: relative;background: #233662;transition: .5s ease;height: auto;box-shadow: 0px 0px 7px rgb(0 0 0 / 6%);border: solid 1px #e0e0e0;width: 100%;display: flex;align-items: center;justify-content: center;}

.community-container img {
object-fit:cover !important;
height: 200px !important;
width: 100% !important;
}

.customCommunities-content li
{

}


.customCommunities-content img
{
display:block;
margin:auto;
transition: .5s ease;
}

.community-overlay {position: relative;top: 0;bottom: 0;display: none;left: 0;right: 0;height: 100%;width: 100%;opacity: .2;transition: .5s ease;background-color: #000;margin:auto;max-width: 100%;}

.community-link-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
opacity: 0;
z-index:98;
}

.community-link-overlay a
{
display:block;
height:100%;
width:100%;
}

/*.community-description
{
position: absolute;
width:100%;
text-align:center;
top: 45%;
left: 0;
transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
z-index:97;
}*/

.community-description h3 {color: white !important;font-size: 24px !important;text-shadow: none;font-weight: 500;text-align:center;position: relative;display: block;z-index:97;transition: top .35s ease 0s,transform .35s ease 0s;}

.buyers-sellers h3 {
line-height:1.02 !important;
}

.community-description h3 a {
color: white !important;
}

.community-description p
{
  position: relative;
  width:100%;
  font-size:15px;
  text-transform:uppercase;
  color: white;
  white-space: nowrap;
  text-align:center;
  -webkit-font-smoothing: antialiased;
  transition: opacity .5s;
  text-shadow: none;
  /*-webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1.0, 1.0);*/
  z-index:97;
  }

.community-container:hover {background: #3e568f;}

.community-container:hover img {
filter: grayscale(1);
}


.community-container:hover .buyers-sellers h3 {
top: 30%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.customCommunities-content li
{
padding:0 !important;
}

.customCommunities-content ul
{
margin:20 !important;
}

.community-container a.info
{background-color: #5173c3 !important;color:#fff !important;font-size: 16px;text-transform:uppercase;padding: 8px 15px !important;border-radius:0 !important;border:none;margin-bottom: 0;}

.community-container a.info:focus
{
background-color: #777777;
border:none;
}

.community-container a.info:hover
{
background-color: #777777 !important;
color: #fff;
}
.community-description {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 position: relative;
 grid-gap: 20px;
 padding: 50px;
}

.communitySection {
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 padding-top: 20px;
 margin-top: 50px;
 /* border-top: dashed 2px #d5d5d5; */
}

.button, button {
 background: var(--maincolor);
}
.communitySection .text-center {
 display: flex;
 flex-wrap: wrap;
 position: relative;
 height: 100%;
 max-width: 100%;
 width: 100%;
 margin: 0;
 grid-gap: 15px;
 justify-content: center;
 align-items: center;
}

.text-center:before, .text-center:after {
 display:none
}

body .miranda-wrapper .body-content .all-homes-btn {
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 padding: 50px 20px !important;
 grid-gap: 20px;
 margin-bottom: 50px;
 background: #5173c3;
}
.all-homes-btn h3 {
 font-size: var(--fontsize-h1-huge);
 text-align: center;
 line-height: 130%;
 color: white;
 font-weight: 500;
 text-shadow: 0px 1px 2px rgb(0 0 0 / 41%);
}
.all-homes-btn button {
 margin-bottom: 0;
 background: none;
 color: white;
 box-shadow: 0px 1px 2px rgb(0 0 0 / 41%);
 border: solid;
 text-transform: uppercase;
 letter-spacing: 1px;
 font-size: var(--fontsize-h3-bigger);
}

.all-homes-btn button:hover {
 background: white;
 color: black;
 border-color: white;
}

div.animatedParent {
 flex: 1 1 100%;
}
div.animatedParent h2 {
 text-align: left!important;
 margin: 0!important;
 color: black;
 padding: 17px 0;
}
li.animatedParent {
 display: flex!important;
 float: none!important;
 margin: 0!important;
 width: auto!important;
 height: auto;
 flex: 1 1 30%;
 padding: 0;
 align-self: stretch;
 position: relative;
}
.area-page-about button {
 background:var(--maincolor);
 margin-bottom: 0;
 margin-top: 20px;
}

.area-page-about button:hover {
 background: var(--accent);
}

@media (max-width:991px) {
 #area-page-help .about-social .socials {
  flex-direction: row!important;
 }
}

.no-search .cta-content-btns button:hover  {
 background: var(--accent)!important;
 color: white!important;
 border-color: var(--accent)!important;
}

@media (max-width: 825px) {
#no-search-content .cta-content-btns {
    display: flex;
    flex-direction: column;
}
 .cta-content-btns a, .cta-content-btns button {
  width:100%;
 }
}

.body-container {
 padding-bottom:0!important;
}

h6.area-page-small-header {
 display:none!important;
}

h3#areapages {text-transform: none;letter-spacing: 0;font-size: var(--fontsize-large)!important;border-bottom: solid 1px var(--accent);width: 100%;padding-bottom: 10px;}

.value .ico {
 display:none!important;
}

.homevaluation {
 border:none!important;
 padding-top: 0;
}

.homevaluation .infoblock {
 border: none;
}

.areas-served {
 padding: 0!important;
 display: flex;
 background: #ebebeb;
}

footer #proplist_disclaimer p {
 font-size: 13px!important;
 font-weight: 300!important;
}

footer #proplist_disclaimer {
 padding: 15px!important;
 display: flex;
 align-items: center;
 grid-gap: 20px;
 flex-wrap: wrap;
 margin-bottom: 40px!important;
 display: none;
}


footer #proplist_disclaimer img {
 margin: 0!important;
 flex: 1 1 20%;
 height: auto!important;
 float: none!important;
 max-height: none;
 max-width: 40px;
}

.areas-served h2#header-content {
 text-align:center!important;
 padding: 40px 24px;
 margin: 15px auto;
 font-size: min(12vw,50px)!important;
 background: #233662;
 width: 100vw;
 word-break: break-word;
 margin-left: -50vw;
 margin-right: -50vw;
 position: relative;
 z-index: 99;
 font-family: var(--fancyfont)!important;
 right: -50%;
}

@media (max-width:1500px) {
 .areas-served .inner-content {
  padding:0!important;
  max-width: none;
 }
}
.areas-served .inner-content {
 max-width: none!important;
 margin: 0!important;
 min-width: 100%;
 padding: 0;
}

.directory .directory-item h2 {
 /* padding: 10px; */
 width: 100%;
 text-shadow: 2px 2px 2px black;
}

.three-widgets .infoblock {
 flex: 1;
 background: #2336620a;
}

.three-widgets .infowrap button {background: var(--maincolor)!important;color: white;}

.three-widgets .infowrap button:hover {
 background: var(--accent)!important;
}

.three-widgets .infoblocktext, .three-widgets p {
 text-align: center!important;
 justify-content: center!important;
}

body #custom-footer {
 background-color:var(--footerbgcolor)!important
}

@media(max-width:700px){
  div#i2pr ~ div ul {
    display: flex;
    margin-bottom: 0;
    grid-gap: 20px;
    flex-wrap: wrap;
    /* justify-content: center; */
  }
  div#i2pr ~ div ul li {
      margin-right: 10%;
      text-align: center;
      height: auto;
      margin: 0;
      padding: 0;
      float: none;
  }
  div#i2pr ~ div ul li img {
      max-height: 34px;
      margin: 0;
      padding: 0;
  }
}

.hero-ctas a {
 position: relative;
 display: flex;
 height: auto;
 width: 100%;
 flex: 1;
 align-self: stretch;
}

.hero-ctas {
 grid-gap:10px;
 margin-top: 10px;
 display: none;
}

.hero-ctas a button {
 width: 100%;
 border: none;
 background: #222;
 font-size: min(10vw,17px);
 border: solid 1px rgb(255 255 255 / 34%)!important;
 font-weight: 500;
 height: auto;
 text-shadow: 2px 2px 2px rgb(0 0 0 / 36%)!important;
}

.hero-ctas a button:hover {
 background: var(--accent)!important;
 color: white;
 border-color: var(--accent)!important;
 text-shadow: none!important;
}

@media (max-width:737px) {
  .hero-ctas {
  padding:0;
  justify-content: center;
  align-items: stretch;
 }
 .hero-ctas button {
  padding: 9px 7px;
 }
}

@media (max-width:450px) {
 .hero-ctas {
  display: none;
  margin-top: 30px;
  justify-content: stretch;
 }
 .hero-ctas button {
  width:100%;
  margin-bottom: 10px!important;
  display: block;
  border:none!important;
 }
}

.directory .directory-item div a:last-child {
 background: #5173c3!important;
 border-color: #5173c3!important;
}

.directory .directory-item div a:last-child:hover {
 background:white!important;
 border-color:white!important;
}



#address-sell .ms-choice {
    width: 100%;
    background: transparent!important;
}
#address-sell .ms-choice>span {
    line-height: 2.5;
    text-shadow: none;
    font-size: var(--fontsize-body);
    color: #6f6f6f!important;
    font-weight: 400;
}
#address-sell input {
    width: fit-content;
    height: fit-content!important;
}
#address-sell .ms-parent {
  border: none;
}

@media(max-width:700px){
  #diamond-search #address-sell button#tags-diamond-search-btn {
      background: var(--btncolor)!important;
      margin-right: 0!important;
      margin-bottom: 0;
      padding: 5px 15px!important;
  }
  #address-sell .ms-choice>span {
      font-size: 80%!important;
  }
}

#diamond-search button[for="address-sell"] {
  display: none;
}

.miami-pages {
 display: flex;
 flex-wrap: wrap;
 grid-gap: 60px;
}

.miami-text {
 flex: 1 1 50%;
}

.blog-post .post-content p:first-child>img, div.user-content.clearfix p:first-of-type>img {object-fit: inherit;max-height: none;width: inherit!important;/* float: none!important; *//* display: block; */}

@media (max-width:1200px) {
 .miami-img {
 flex: 1 1 100%!important;
}
}

.area-page-about.collapsed::before {
 z-index:100;
}

.miami-img {
 flex: 1 1 25%;
}

.miami-img img {
 padding: 10px;
 border: solid 1px #e0e0e0;
}

.miami-img-strip img:hover {transform: scale(1.2);}

.miami-img-strip {
 flex: 1 1 100%;
 width: 100%;
 background: #f4f4f4;
 padding: 20px;
 display: flex;
 justify-content: center;
 align-items: center;
 grid-gap: 20px;
 flex-wrap: wrap;
}

.miami-img-strip img {
 max-width: 100%;
 max-height: 175px;
 object-fit: cover;
 height: 100%!important;
 transition: 300ms all;
}


.directory {
 grid-gap: 2px;
 width: 100%;
}

.directory-item {
 max-height: 300px!important;
 min-height: 200px;
 justify-content: left;
 align-content: end;
}

@media only screen and (max-width: 737px) {
.directory {
    grid-template-columns: repeat(2, 1fr);
    display: flex;
    flex-wrap: wrap;
}
 .directory-item {
 min-height: 150px;
 /* flex: 1 1 100%!important; */
 width: 100%;
}
}
.directory .directory-item h2 {
 font-size: min(6vw,1.3rem)!important;
 text-align: left;
 transition:500ms all;
}

.directory a {
 background: linear-gradient(39deg, rgb(0 0 0), rgb(0 0 0 / 0%))!important;
}


/* .directory-item h2:after {
 content:'View Listings';
 display:block;
 font-weight: 500;
 font-size: 12px;
 background: rgb(0 0 0 / 37%);
 width: fit-content;
 padding: 0px 10px;
 text-transform: uppercase;
 border: solid 1px rgb(255 255 255 / 15%);
}
 */
.directory-item:hover > h2:after  {
 background: var(--btncolor);
}

.coming-soon-page .additional-information.results-details>div:nth-child(1), .search-results.property-page.coming-soon-page .additional-information.results-details > div:nth-child(1) div.columns.small-12.medium-8 {
 max-width: none;
 width: 100%!important;
}

.vg-banner .banner-navbar--container {
 width: 100%;
 z-index: 2000!important;
 position: relative!important;
}

.vg-banner {
 display: flex;
 flex-direction: column;
}

.vg-banner .content-banner--container {
 display:block;
}

nav#lux-navbar.vg-banner:not(.showoriginalnav):not(.firsttopnav) {
  top: 0!important;
}

.vg-banner .content-banner-msg {
 background: #345298!important;
}

.loan-ph img {
  max-height: 500px;
  width: 100%;
  object-fit: contain;
}

.loan-wrapper {
  display: flex;
  gap: 30px;
}

.loan-wrapper p {
  color: white;
}

.loan-ph {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loan-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.loan-txt a {
  padding: 10px 20px;
  background: white;
  width: fit-content;
  margin-top: 30px;
  font-size: min(10vw,20px);
  font-weight: 600;
  color: black;
  border-radius: 10px;
}

.loan-txt a:hover {
  opacity:.7
}

.loan-wrapper h2 {
  text-transform: none;
  color: white;
  font-size: min(10vw,30px);
  font-weight: 600;
  margin-bottom: 10px;
}

@media (max-width:1000px) {
  .loan-wrapper {
  flex-direction: column;
  }
}

.property.ad {background: #10192d;padding: 10px!important;display: flex!important;align-items: center;justify-content: center;transition:200ms all}

.property.ad a {
  width: fit-content;
  display: block;
  height: 100%;
  
}

.property.ad img {
  min-height: auto;
  height: auto;
  max-height: 100%;
}

.property.ad:hover {
  opacity:.7
}