/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  FONTS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Montserrat:ital,wght@0,400..600;1,400..600&display=swap");
@font-face {
  font-family: Lato-Bold;
  src: url("../fonts-component/Lato-Bold.eot");
  src: url("../fonts-component/Lato-Bold.eot?") format("eot"), url("../fonts-component/Lato-Bold.ttf") format("truetype"), url("../fonts-component/Lato-Bold.svg#Lato-Bold") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Light;
  src: url("../fonts-component/Lato-Light.eot");
  src: url("../fonts-component/Lato-Light.eot?") format("eot"), url("../fonts-component/Lato-Light.ttf") format("truetype"), url("../fonts-component/Lato-Light.svg#Lato-Light") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Lato-Regular;
  src: url("../fonts-component/Lato-Regular.eot");
  src: url("../fonts-component/Lato-Regular.eot?") format("eot"), url("../fonts-component/Lato-Regular.ttf") format("truetype"), url("../fonts-component/Lato-Regular.svg#Lato-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Medium;
  src: url("../fonts-component/Montserrat-Medium.eot");
  src: url("../fonts-component/Montserrat-Medium.eot?") format("eot"), url("../fonts-component/Montserrat-Medium.ttf") format("truetype"), url("../fonts-component/Montserrat-Medium.svg#Montserrat-Medium") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-Regular;
  src: url("../fonts-component/Montserrat-Regular.eot");
  src: url("../fonts-component/Montserrat-Regular.eot?") format("eot"), url("../fonts-component/Montserrat-Regular.ttf") format("truetype"), url("../fonts-component/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
  font-display: swap;
}
@font-face {
  font-family: Montserrat-SemiBold;
  src: url("../fonts-component/Montserrat-SemiBold.eot");
  src: url("../fonts-component/Montserrat-SemiBold.eot?") format("eot"), url("../fonts-component/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts-component/Montserrat-SemiBold.svg#Montserrat-SemiBold") format("svg");
  font-display: swap;
}
/* Global Colors */
/* Global Fonts */
/* ONLY MESS WITH BELOW IF YOU NEED FINE TUNING! */
/* Button Specific */
/*
| Extra small mobile
*/
/*
| Mobile
*/
/*
| Tablet
*/
/*
| Middle Sized Devices
*/
/*
| Small Laptop
*/
/*
| Large Laptop / Desktop
*/
/*
| Large Desktop
*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

/*
|--------------------------------------------------------------------------
| Mixins
| Author: P11 Interactive Team
| Visit us: @ p11.com
|--------------------------------------------------------------------------
| 1. Resets
| 2. Positioning
|
| Notes: Define patterns of property value pairs, which can then be reused in other rule sets
|
*/
/*
| Font Smoothing
| --------------------------------------------------
|
| Aligns most of the browsers with the same font antialiasing.
|
*/
/*
| Strict Button Style
| --------------------------------------------------
|
| Sets the button style appearance to none for various
| mobile browsers and OS's that will auto change the styling
|
*/
/*
| Positioning
| --------------------------------------------------
|
| The following mixins are used for positioning elements
| via the absolute rule
|
*/
/*
| Transition
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| transition property
|
*/
/*
| Box Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| box-shadow property
|
*/
/*
| Text Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| text-shadow property
|
*/
/*
| SVG Shadow
| --------------------------------------------------
|
| Used to apply all browser prefixes for the css3
| filter property
|
*/
/*
| Responsive Media Query Mixins
| --------------------------------------------------
|
| The following mixins are used for applying various
| media queries and specified breakpoints
|
*/
/*
| Transparent Colors
| --------------------------------------------------
|
| Function for creating transparent colors.
|
*/
/*
| Gradient Backgrounds
| --------------------------------------------------
|
| Mixin for creating gradient backgrounds
| @include bg-gradient(fn-transparent-color($color-black, 1), fn-transparent-color($color-black, 0), top, bottom, 0%, 100%);
|
*/
/*
| Rotation
| --------------------------------------------------
|
| Mixin for applying the correct browser prefixes for the
| transform: rotate property
|
*/
/*
| Keyframe animations
| --------------------------------------------------
| Mixin for applying animations to elements
|
*/
.map-nav {
  width: 100%;
  padding: 2em 0 1em 0;
  text-align: center;
  float: left;
}
.map-nav a:link,
.map-nav a:visited {
  display: inline-block;
  height: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.6em;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 1em;
  padding: 0;
  color: rgba(0, 0, 0, 0.5) !important;
}
@media (max-width: 1200px) {
  .map-nav a:link,
  .map-nav a:visited {
    font-size: 1.75em;
  }
}
@media (max-width: 700px) {
  .map-nav a:link,
  .map-nav a:visited {
    font-size: 1.4em;
    margin: 0 0.7em;
  }
}
.map-nav a:link:hover,
.map-nav a:visited:hover {
  color: rgba(0, 0, 0, 0.7) !important;
}
.map-nav a:link:hover svg,
.map-nav a:visited:hover svg {
  fill: rgba(0, 0, 0, 0.7);
}
.map-nav a:link svg,
.map-nav a:visited svg {
  vertical-align: middle;
  margin: -0.25em 0.3em 0 0;
  fill: rgba(0, 0, 0, 0.5);
  width: 34px;
}
@media (max-width: 1200px) {
  .map-nav a:link svg,
  .map-nav a:visited svg {
    width: 26px;
  }
}
@media (max-width: 700px) {
  .map-nav a:link svg,
  .map-nav a:visited svg {
    width: 25px;
  }
}
.map-nav a:link.selected,
.map-nav a:visited.selected {
  color: var(--primary-color) !important;
}
.map-nav a:link.selected svg,
.map-nav a:visited.selected svg {
  fill: var(--primary-color);
}

.map-container {
  float: left;
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  padding: 0 0 4rem 0;
}
@media (max-width: 640px) {
  .map-container {
    padding: 0 0 2rem 0;
  }
}

.lagoon-callout-container {
  width: calc(100% - 4em);
  display: block;
  max-width: 2000px;
}
.lagoon-callout-container .lagoon-callout {
  width: 230px;
  display: block;
  color: var(--primary-color);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1em !important;
  padding: 0.5em 0 0.5em 1.5em;
  margin: 0 0 0.5em 1em;
  text-transform: uppercase;
  background-image: url(../../images/maps/lagoon-icon.svg);
  background-repeat: no-repeat;
  background-size: auto 75%;
  background-position: 0 center;
}
@media (max-width: 1200px) {
  .lagoon-callout-container .lagoon-callout {
    margin: 0 auto 0.5em auto;
  }
}

.map-all {
  width: calc(100% - 4em);
  display: none;
  max-width: 2000px;
  height: 95vh;
  max-height: 1200px;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
  padding: 0 0 0 0;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .map-all {
    margin: 0 auto 1em auto;
  }
}
@media (max-width: 1200px) {
  .map-all {
    width: calc(100% - 2em);
  }
}
@media (max-width: 1100px) {
  .map-all {
    height: 80vh;
    width: calc(100% - 1em);
    margin: 0 auto 1em auto;
  }
}

.community-header-img {
  text-align: center;
  margin: 1em 0;
  width: 100%;
}
.community-header-img img {
  width: 65%;
  max-width: 800px;
  height: auto;
}
@media (max-width: 1100px) {
  .community-header-img img {
    width: 85%;
  }
}

/*   SIDEBAR STYLES   */
.map-side-bar {
  width: 600px;
  height: 100%;
  background-color: color-mix(in srgb, var(--subdued-color), #000 5%);
  overflow-y: auto;
  position: relative;
  left: 0;
  padding: 1.2em;
}
@media (max-width: 1500px) {
  .map-side-bar {
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .map-side-bar {
    display: none;
  }
}
.map-side-bar .map-side-bar-menu {
  width: calc(100% - 2.4em);
  position: absolute;
  opacity: 0;
  transition: all 300ms ease;
}
.map-side-bar .map-side-bar-menu.animate-menu-in {
  opacity: 1 !important;
  transition: all 300ms ease !important;
}
.map-side-bar .map-side-bar-menu .status {
  float: left;
  width: 100%;
  padding: 0.6em 0 0.5em 0;
  margin-bottom: 0.5em;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.map-side-bar .map-side-bar-menu .menu-item {
  cursor: pointer;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: 150px;
  margin: 0 0 0.7em 0;
  background-color: rgba(255, 255, 255, 0.6);
  transition: background-color 300ms ease;
}
.map-side-bar .map-side-bar-menu .menu-item:hover {
  background-color: #FFFFFF;
}
.map-side-bar .map-side-bar-menu .menu-item.active {
  background-color: #FFFFFF;
}
.map-side-bar .map-side-bar-menu .menu-item.active:hover {
  background-color: #FFFFFF;
}
.map-side-bar .map-side-bar-menu .menu-item .menu-photo {
  pointer-events: none;
  display: block;
  position: relative;
  width: 45%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: var(--subdued-color);
}
.map-side-bar .map-side-bar-menu .menu-item .menu-photo .status-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0.2em;
  text-align: center;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  text-shadow: 1px 1px 2px black;
}
.map-side-bar .map-side-bar-menu .menu-item .menu-photo .status-bar.coming-soon {
  background-color: rgba(244, 192, 10, 0.88);
}
.map-side-bar .map-side-bar-menu .menu-item .menu-photo img {
  width: 100%;
  height: auto;
}
.map-side-bar .map-side-bar-menu .menu-item .menu-txt {
  display: flex;
  align-items: center;
  width: 55%;
  text-align: left;
  padding: 0.5em 0 0.5em 1.2em;
  background-repeat: no-repeat;
  background-position: top 10px right 10px;
  background-size: 28px auto;
}
.map-side-bar .map-side-bar-menu .menu-item .menu-txt .menu-links {
  pointer-events: auto;
  float: left;
  text-align: left;
  margin: 0;
}

/*   MAP STYLES   */
.map-holder {
  height: 100%;
  width: calc(100% - 600px);
  position: relative;
  float: right;
}
@media (max-width: 1500px) {
  .map-holder {
    width: calc(100% - 500px);
  }
}
@media (max-width: 1200px) {
  .map-holder {
    width: 100%;
  }
}

#map_canvas {
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
}
@media (max-width: 1200px) {
  #map_canvas {
    width: 100%;
  }
}

.menu-tab,
.menu-tab2 {
  top: 20px;
  background-image: url(../../images/maps/menu.png);
  background-repeat: no-repeat;
  background-size: 0.9em 0.9em;
  background-position: 1.3em 0.7em;
}

.menu-tab2 {
  left: 0 !important;
}

.map-views,
.map-views2,
.reset {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 200;
  width: 100px;
  margin: 0;
  padding: 0.6em 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.95em;
  line-height: 1.2em;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  transition: background-color 500ms ease;
}
@media (max-width: 700px) {
  .map-views,
  .map-views2,
  .reset {
    font-size: 0.8em;
  }
}

.map-views,
.map-views2 {
  top: 0px;
  right: 0px;
  left: auto;
}

.map-views:hover,
.map-views2:hover,
.reset:hover {
  background-color: black;
}

.map-views {
  display: none;
}

.zoom-btn {
  position: absolute;
  z-index: 100;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.7);
  background-repeat: no-repeat;
  background-size: 90% auto;
  background-position: center;
  transition: background-color 500ms ease;
}
@media (max-width: 700px) {
  .zoom-btn {
    display: none;
  }
}

.zoom-btn:hover {
  background-color: black;
}

#zoom-in {
  background-image: url(../../images/maps/zoom-in.svg);
  left: 107px;
}
#zoom-out {
  background-image: url(../../images/maps/zoom-out.svg);
  left: 150px;
}
.iw-container {
  width: auto;
}

.iw-content {
  width: 100%;
  overflow: hidden;
  padding: 0;
}

.iw-header {
  width: 100%;
}
.iw-header h2 {
  color: var(--primary-color);
  margin: 0;
  padding: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 1.4em;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .iw-header h2 {
    font-size: 1.15em;
  }
}

.iw-photo {
  width: 100%;
  height: 176px;
  background-color: var(--subdued-color);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 700px) {
  .iw-photo {
    height: 150px;
  }
}
.iw-photo img {
  width: 100%;
  height: 100%;
}
@media (max-width: 700px) {
  .iw-photo img {
    height: 100%;
  }
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	SEARCH BAR
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#area-search {
  width: 100%;
  padding: 1.5em;
  text-align: center;
  background-color: #000000;
  float: left;
}
#area-search .wrapper {
  max-width: 830px;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  #area-search.sticky {
    position: fixed;
    z-index: 801;
    left: 0px;
    top: 75px;
  }
}

.fields-title {
  width: 28%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-top: 0.35em;
}
.fields-title h3 {
  font-size: 1.4em;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
@media (max-width: 1100px) {
  .fields-title h3 {
    padding: 0 0 1em 0;
  }
}
@media (max-width: 1100px) {
  .fields-title {
    width: 100%;
  }
}

.fields-areas {
  /*width: 21%;*/
  width: 38%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  .fields-areas {
    width: 70%;
  }
}
@media (max-width: 400px) {
  .fields-areas {
    width: 90%;
  }
}

.fields-submit {
  display: none;
  width: 24%;
  float: left;
}
@media (max-width: 1100px) {
  .fields-submit {
    margin: 1em auto;
    float: none;
  }
}

.fields-areas label {
  font-size: 1em;
  color: #000000;
  width: 100%;
  display: block;
}

.fields-areas .full div {
  float: left;
  padding-right: 1em;
}

.select-box {
  width: 95%;
  padding: 10px 10px 9px 13px;
  margin: 0;
  overflow: hidden;
  background: #FFFFFF url(../../images/maps/ui-icons-arrow.svg) no-repeat 98% 50%;
  margin-top: 5px;
  height: 42px;
  border: 0;
  border: 0;
}
@media (max-width: 1100px) {
  .select-box {
    margin: 5px auto 0 auto;
  }
}

.select-box select {
  font-family: "Lato", sans-serif;
  width: 118%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.2em;
  color: #000000;
}

.select-box select {
  outline: none;
}

#area-search-submit {
  width: 90%;
  max-width: 200px;
  background: color-mix(in srgb, var(--accent-color), #000 5%);
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  padding: 0.4em 1em;
  font-size: 1.1rem;
  line-height: 1.3em;
  margin-top: 0.3em;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  #area-search-submit {
    width: 100%;
  }
}

#area-search-submit:hover {
  background: color-mix(in srgb, var(--accent-color), #000 10%);
  cursor: pointer;
}

.comm-grid {
  float: left;
  display: none;
  width: 100%;
  background-color: var(--subdued-color);
  text-align: center;
  overflow-y: auto;
}
@media (max-width: 1000px) {
  .comm-grid {
    padding: 1em 0;
  }
}

.grid-menu {
  max-width: 2000px;
  margin: 0 auto;
}

.grid-item {
  transform: scale(0);
  opacity: 0;
  display: inline-block;
  width: calc(25% - 4em);
  padding: 0 0 1.2em 0;
  margin: 1em;
  background-color: #FFFFFF;
  transition: all 250ms ease !important;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.3);
}
.grid-item:hover {
  transform: scale(1) !important;
  box-shadow: 9px 9px 13px 0px rgba(0, 0, 0, 0.3);
}
.grid-item.animate-in {
  transform: scale(0.97);
  opacity: 1 !important;
  transition: all 250ms ease !important;
}
@media (max-width: 1600px) {
  .grid-item {
    width: calc(33% - 4em);
  }
}
@media (max-width: 1100px) {
  .grid-item {
    width: calc(50% - 3em);
  }
}
@media (max-width: 640px) {
  .grid-item {
    width: calc(100% - 2em);
    height: auto;
  }
}
.grid-item .grid-item-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: #FFFFFF;
}
.grid-item .grid-item-inner .grid-photo {
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.grid-item .grid-item-inner .grid-photo .lagoon-label {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 85, 157, 0.8);
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  padding: 0.5em 0;
  text-transform: uppercase;
}
.grid-item .grid-item-inner .grid-photo img {
  width: 100%;
  height: auto;
}

.menu-txt-inner.iw-text, .iw-text.iw-text, .grid-txt.iw-text {
  padding: 1em 0.5em 1.1em 0.5em;
  text-align: center;
}
.menu-txt-inner.grid-txt, .iw-text.grid-txt, .grid-txt.grid-txt {
  display: block;
  width: 100%;
  text-align: center;
  margin: 1em 0 0 0;
}
.menu-txt-inner .grid-logo, .iw-text .grid-logo, .grid-txt .grid-logo {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5em;
}
.menu-txt-inner .grid-logo img, .iw-text .grid-logo img, .grid-txt .grid-logo img {
  max-width: 60%;
  max-height: 100%;
}
.menu-txt-inner h2, .iw-text h2, .grid-txt h2 {
  pointer-events: none !important;
  color: var(--primary-color) !important;
  font-size: 1.2rem !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  line-height: 1.3rem !important;
  margin: 0 0 0.3em 0 !important;
}
@media (max-width: 1800px) {
  .menu-txt-inner h2, .iw-text h2, .grid-txt h2 {
    font-size: 1.1rem;
  }
}
.menu-txt-inner p, .iw-text p, .grid-txt p {
  pointer-events: none !important;
  color: var(--base-color) !important;
  font-size: 1.1rem !important;
  font-family: "Lato", sans-serif !important;
  line-height: 1.4em !important;
  margin: 0 !important;
}
.menu-txt-inner p span, .iw-text p span, .grid-txt p span {
  font-size: 1rem !important;
  color: var(--primary-color) !important;
}
@media (max-width: 1500px) {
  .menu-txt-inner p, .iw-text p, .grid-txt p {
    font-size: 0.8rem;
  }
}
.menu-txt-inner a.map-btn, .iw-text a.map-btn, .grid-txt a.map-btn {
  display: block;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600 !important;
  color: var(--secondary-color) !important;
  font-size: 1rem !important;
  line-height: 1rem !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  padding: 0 !important;
  margin: 0.7em 0 0 0 !important;
}
.menu-txt-inner a.map-btn:hover, .iw-text a.map-btn:hover, .grid-txt a.map-btn:hover {
  color: color-mix(in srgb, var(--secondary-color), #000 10%) !important;
}
@media (max-width: 1300px) {
  .menu-txt-inner a.map-btn, .iw-text a.map-btn, .grid-txt a.map-btn {
    font-size: 0.95rem !important;
  }
}
.menu-txt-inner a.boxbtn, .iw-text a.boxbtn, .grid-txt a.boxbtn {
  font-size: 0.85em !important;
  padding: 0.35em 1.75em !important;
  margin: 1em 0 0 0 !important;
}
.menu-txt-inner a.boxbtn:before, .iw-text a.boxbtn:before, .grid-txt a.boxbtn:before {
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 0, 13px 0, 13px 13px, 0 13px) !important;
}
.menu-txt-inner a.boxbtn:after, .iw-text a.boxbtn:after, .grid-txt a.boxbtn:after {
  width: 10px !important;
  height: 10px !important;
}

a.find-home {
  color: var(--primary-color) !important;
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  transition: background-color 300ms ease;
}
a.find-home.phone {
  background-color: none;
  text-decoration: underline;
  line-height: 1.3rem;
  margin: 0.2em 0 1em 0;
  padding: 0;
}
a.find-home.btn {
  display: inline-block;
  color: #FFFFFF !important;
  background-color: var(--accent-color);
  font-size: 0.9rem;
  line-height: 1rem;
  padding: 0.5em 0.3em 0.5em 0.7em;
  margin: 0.5em 0.5em 0 0;
  text-decoration: none;
}
a.find-home.btn:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
}
a.find-home.btn:after {
  padding: 0 5px 0 6px;
  content: url(../../images/global/btn-right-arrow.svg);
}
@media (max-width: 1400px) {
  a.find-home.btn {
    font-size: 0.9rem;
  }
}
@media (max-width: 1300px) {
  a.find-home.btn {
    font-size: 0.8rem;
  }
}
@media (max-width: 1400px) {
  a.find-home {
    font-size: 0.9rem;
  }
}
@media (max-width: 1200px) {
  a.find-home {
    font-size: 0.8rem;
  }
}

a.find-home .fa-chevron-right {
  font-size: 0.9em;
}
/* Custom Infowindow & Close */
.gm-style .gm-style-iw-c {
  width: 300px;
  border-radius: 0;
  padding: 0 !important;
}
@media (max-width: 640px) {
  .gm-style .gm-style-iw-c {
    width: 260px !important;
  }
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw {
  width: 300px !important;
  border: 4px solid #FFFFFF;
}

.gm-style iframe + div {
  border: none !important;
}

.gm-style-iw-ch {
  padding: 0 !important;
}

.gm-style-iw-chr button {
  position: absolute !important;
}

.gm-style-iw-chr {
  display: none !important;
}

a.iw-close-bg {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 24px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  z-index: 10;
  font-size: 30px;
  line-height: 0;
  padding: 12px 0 11px 2px;
  text-decoration: none;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-t::after,
.gm-style .gm-style-iw-tc::after {
  background: #FFFFFF;
  border: #FFFFFF 2px solid;
}

.gm-ui-hover-effect {
  opacity: 0;
}
.gm-ui-hover-effect:hover {
  opacity: 0;
}

.available-bg {
  background-color: var(--accent-color);
}

.available-clr {
  color: var(--accent-color);
}

.available-clr-dark {
  color: color-mix(in srgb, var(--accent-color), #000 10%);
}

.coming-soon-bg {
  background-color: var(--secondary-color);
}

.coming-soon-clr {
  color: var(--secondary-color);
}

.coming-soon-clr-dark {
  color: color-mix(in srgb, var(--secondary-color), #000 10%);
}

@media (max-width: 1000px) {
  .fancybox-slide--html {
    padding: 0;
  }
}

div.fancybox-navigation button.fancybox-button--arrow_left,
div.fancybox-navigation button.fancybox-button--arrow_right {
  opacity: 0 !important;
}

/*# sourceMappingURL=community-map.css.map */
