/*


*/
/* line 6, app/assets/stylesheets/mapsearch.scss */
html,
body {
  height: 100%;
}

/* line 11, app/assets/stylesheets/mapsearch.scss */
body {
  margin: 0px;
  -ms-overflow-style: none;
}

/* line 14, app/assets/stylesheets/mapsearch.scss */
body::-webkit-scrollbar {
  display: none;
}

/* line 18, app/assets/stylesheets/mapsearch.scss */
body .searchmap-sidebar,
body .searchmap-content {
  -ms-overflow-style: auto;
}

/* line 24, app/assets/stylesheets/mapsearch.scss */
#map-asset-fingerprint-version {
  content: 'v3.17';
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.87);
  width: 200px;
  padding: 25px 12px;
}

/* line 12, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > header {
  padding-bottom: 17px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}

/* line 17, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > header > label {
  width: 100%;
  margin: 0;
}

/* line 23, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > header,
.layercontrols > section > header {
  font-weight: 700;
  font-size: 14px;
}

/* line 31, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section:last-child > ul {
  margin-bottom: 0;
}

/* line 36, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > header {
  margin-bottom: 15px;
}

/* line 40, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > ul {
  margin-bottom: 25px;
}

/* line 43, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > ul > li {
  line-height: 1;
  margin-bottom: 15px;
}

/* line 47, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > ul > li:last-child {
  margin-bottom: 0;
}

/* line 51, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > ul > li > label {
  font-weight: 400;
  margin: 0;
}

/* line 55, app/assets/stylesheets/modules/mapsearch/layercontrols.scss */
.layercontrols > section > ul > li > label > input {
  margin: 0 12px;
  vertical-align: top;
}
/* line 4, app/assets/stylesheets/modules/mapsearch/mapadvancedoptions.scss */
.mapadvancedoptions {
  display: none;
  color: #D4D3D3;
}

@media only screen and (min-width: 992px) {
  /* line 4, app/assets/stylesheets/modules/mapsearch/mapadvancedoptions.scss */
  .mapadvancedoptions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 4, app/assets/stylesheets/modules/mapsearch/mapadvancedoptions.scss */
  .mapadvancedoptions {
    flex-wrap: nowrap;
  }
}
/* line 5, app/assets/stylesheets/modules/mapsearch/mapcluster.scss */
.mapcluster {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  border: none;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
  background-color: #007BBD;
  border: 2px solid #ffffff;
  font-weight: 700;
  z-index: 1;
  transition: transform 0.1s ease-out;
}

/* line 24, app/assets/stylesheets/modules/mapsearch/mapcluster.scss */
.mapcluster:hover {
  transform: translate(-50%, -50%) scale(1.1, 1.1);
}

/* line 30, app/assets/stylesheets/modules/mapsearch/mapcluster.scss */
.mapcluster:active {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
  transition: transform 0.05s linear;
}

/* line 38, app/assets/stylesheets/modules/mapsearch/mapcluster.scss */
.mapcluster.is-active {
  background-color: #FFB600;
  color: #000000;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 4, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
.mapoptions {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 4, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 992px) {
  /* line 4, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions {
    padding: 15px 15px 25px;
  }
}

/* line 18, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
.mapoptions-search {
  width: 100%;
  flex-grow: 1;
}

@media only screen and (min-width: 992px) {
  /* line 18, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions-search {
    width: auto;
  }
}

@media only screen and (min-width: 992px) {
  /* line 27, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions-filters {
    flex-grow: 1;
  }
}

/* line 33, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
.mapoptions-save {
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 33, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions-save {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 40, app/assets/stylesheets/modules/mapsearch/mapoptions.scss */
  .mapoptions-save_btn {
    width: 152px;
  }
}
@charset "UTF-8";
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 7, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination {
  margin: 15px;
  text-align: center;
}

/* line 12, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-buttons {
  display: flex;
}

/* line 16, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-previous, .mappagination-next {
  font-weight: 700;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 12px;
  gap: 15px;
  padding: 15px;
  background: #ffffff;
  border: 1px solid #F4F4F4;
  color: #676666;
}

/* line 31, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-previous, .mappagination-previous:hover, .mappagination-previous:focus, .mappagination-next, .mappagination-next:hover, .mappagination-next:focus {
  text-decoration: none;
}

/* line 37, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-previous:before, .mappagination-previous:after, .mappagination-next:before, .mappagination-next:after {
  display: inline-block;
  font-size: 12px;
}

/* line 44, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-previous {
  border-top-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
}

/* line 47, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-previous:before {
  content: "∆";
  font-family: REW_Icon_font;
}

/* line 52, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-next {
  border-left: none;
  border-top-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0;
}

/* line 56, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-next:after {
  content: "ˆ";
  font-family: REW_Icon_font;
}

/* line 61, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination-count {
  margin: 8px;
  color: #939292;
}

/* line 66, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination .is-disabled {
  color: #E9E9E9;
  cursor: default;
}

/* line 70, app/assets/stylesheets/modules/mapsearch/mappagination.scss */
.mappagination .is-disabled, .mappagination .is-disabled:hover {
  text-decoration: none;
}
@charset "UTF-8";
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 9, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown.open .dropdown-toggle:after {
  content: "¬";
  font-family: REW_Icon_font;
}

/* line 16, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-toggle {
  font-size: 12px;
  font-weight: normal;
  color: #262524;
  border: 0;
  background: none;
  outline: 0;
  padding: 0 25px 0 6px;
}

/* line 25, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-toggle:after {
  content: "˚";
  font-family: REW_Icon_font;
  color: #262524;
  font-size: 12px;
  padding-left: 2px;
}

/* line 32, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-toggle .caret {
  border: none;
}

/* line 37, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-menu {
  padding: 0;
  margin: 0;
  width: 100%;
  border-radius: 0;
}

/* line 43, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-menu.open {
  min-width: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* line 49, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-menu > li {
  border-bottom: 1px solid #E9E9E9;
  padding: 5px 10px;
}

/* line 53, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-menu > li > a {
  text-decoration: none;
  color: #262524;
  padding: 3px 10px;
  outline: none;
  background: none;
}

/* line 61, app/assets/stylesheets/modules/mapsearch/mapsortdropdown.scss */
.mapsortdropdown .dropdown-menu > li:hover, .mapsortdropdown .dropdown-menu > li.selected {
  background-color: #FFB600;
}
@charset "UTF-8";
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 13, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles {
  display: flex;
  flex-direction: row;
  gap: 5px;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 90px;
  left: 55px;
  font-size: 12px;
  z-index: 500;
}

@media only screen and (min-width: 768px) {
  /* line 13, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
  .maptoggles {
    top: 88px;
    left: 70px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 992px) {
  /* line 13, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
  .maptoggles {
    top: 20px;
  }
}

/* line 33, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown-label {
  padding: 9px 15px;
  display: flex;
  text-decoration: none;
  gap: 9px;
  white-space: nowrap;
  color: #000000;
  border: 1px solid rgba(38, 37, 36, 0.2);
  border-radius: 100vw;
  background-color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
}

/* line 48, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown-label:after {
  content: "˚";
  font-family: REW_Icon_font;
  position: relative;
  font-size: 14px;
  width: 0;
  height: 0;
  margin: 0 9px 0 0;
  right: 0;
  top: 0;
}

/* line 60, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown > ul {
  top: 38px;
  min-width: 254px;
}

/* line 64, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown > ul > li {
  padding: 0;
}

/* line 67, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown > ul > li > button {
  font-size: 12px;
  padding: 12px 8px;
}

/* line 71, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown > ul > li > button.is-active {
  color: #FFB600;
}

/* line 75, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown > ul > li > button:hover {
  color: var(--rew-soft-black-060);
}

/* line 82, app/assets/stylesheets/modules/mapsearch/maptoggles.scss */
.maptoggles .inlinedropdown:after {
  content: none;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 3, app/assets/stylesheets/modules/mapsearch/mapwidget--empty.scss */
.mapwidget.mapwidget--empty {
  height: 88vh;
  padding: 0;
}

/* line 7, app/assets/stylesheets/modules/mapsearch/mapwidget--empty.scss */
.mapwidget.mapwidget--empty > section {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 11, app/assets/stylesheets/modules/mapsearch/mapwidget--empty.scss */
.mapwidget.mapwidget--empty > footer {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget {
  text-align: center;
}

@media only screen and (min-width: 992px) {
  /* line 6, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
  .mapwidget {
    padding: 20px 0 20px;
    display: flex;
    flex-direction: column;
  }
}

/* line 15, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget > section,
.mapwidget > [data-local-experts-container] {
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 15, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
  .mapwidget > section,
.mapwidget > [data-local-experts-container] {
    display: block;
  }
}

/* line 24, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget > section {
  max-width: 500px;
  margin: 0 auto;
}

/* line 28, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget > section > header {
  margin-bottom: 25px;
  color: #000000;
  font-size: 20px;
}

/* line 35, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget > footer {
  color: rgba(0, 0, 0, 0.38);
  font-size: 10px;
}

/* line 39, app/assets/stylesheets/modules/mapsearch/mapwidget.scss */
.mapwidget > footer > a {
  color: rgba(0, 0, 0, 0.38);
  text-decoration: underline;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 15, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown > button {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: 100%;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  border: 1px solid rgba(38, 37, 36, 0.1);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #737272;
  background-color: #f9f9f8;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  /* line 15, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
  .navdropdown > button {
    min-width: 110px;
    padding: 3px 25px;
  }
}

/* line 35, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown > button > i {
  line-height: 1;
}

/* line 38, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown > button > i:before {
  font-weight: bold !important;
}

/* line 45, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown.is-open > button {
  background: #ffffff;
  color: #000000;
  text-shadow: none;
}

/* line 52, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown-dropdown {
  position: fixed;
  display: none;
  z-index: 1001;
  top: 118px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-bottom: 54px;
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.176);
  /* To match Bootstrap's dropdown */
}

@media only screen and (min-width: 992px) {
  /* line 52, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
  .navdropdown-dropdown {
    position: absolute;
    top: 70px;
    left: 15px;
    right: auto;
    bottom: auto;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 52, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
  .navdropdown-dropdown {
    right: auto;
  }
}

/* line 76, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown-dropdown > footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
}

/* line 84, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown-dropdown > footer > button {
  flex: 1 1;
  border-radius: 0;
}

/* line 90, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown-dropdown_content {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

@media only screen and (min-width: 992px) {
  /* line 90, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
  .navdropdown-dropdown_content {
    height: auto;
  }
}

/* line 101, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
.navdropdown-dropdown.is-open {
  display: block;
}

@media only screen and (min-width: 992px) {
  /* line 104, app/assets/stylesheets/modules/mapsearch/navdropdown.scss */
  .navdropdown-dropdown.is-open[data-mapsearch-search-menu] {
    display: none;
  }
}
/* line 5, app/assets/stylesheets/modules/mapsearch/overrides.scss */
.gm-style-mtc div[role='button'] {
  height: 30px !important;
  line-height: 30px !important;
  font-size: 14px !important;
  padding: 0 14px !important;
}

/* line 13, app/assets/stylesheets/modules/mapsearch/overrides.scss */
.gm-svpc {
  left: -1px !important;
  top: -4px !important;
}

@media only screen and (min-width: 992px) {
  /* line 13, app/assets/stylesheets/modules/mapsearch/overrides.scss */
  .gm-svpc {
    left: -2px !important;
    top: 13px !important;
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/mapsearch/pilltoggle.scss */
.pilltoggle {
  background: #ffffff;
  border: 1px solid #676666;
  border-radius: 15px;
  color: #262524;
  font-size: 12px;
  line-height: 1;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  padding: 5px 12px 6px;
}

/* line 66, app/assets/stylesheets/partials/_mixins.scss */
.pilltoggle, .pilltoggle:hover, .pilltoggle:visited, .pilltoggle:active, .pilltoggle > a, .pilltoggle > a:hover, .pilltoggle > a:visited, .pilltoggle > a:active {
  text-decoration: none;
}

/* line 17, app/assets/stylesheets/modules/mapsearch/pilltoggle.scss */
.pilltoggle:hover, .pilltoggle:active {
  background: #BEBEBD;
  color: #262524;
}

/* line 23, app/assets/stylesheets/modules/mapsearch/pilltoggle.scss */
.pilltoggle.is-disabled {
  background: #FFF0CC;
  border: 1px solid #FFB600;
}

/* line 28, app/assets/stylesheets/modules/mapsearch/pilltoggle.scss */
.pilltoggle > i {
  font-size: 14px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 5, app/assets/stylesheets/modules/mapsearch/resultscount.scss */
.resultscount {
  display: flex;
  flex-direction: row;
  gap: 4px;
  color: #676666;
  font-size: 12px;
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 6, app/assets/stylesheets/modules/mapsearch/searchbox.scss */
.searchbox {
  position: relative;
  flex-grow: 1;
}

/* line 13, app/assets/stylesheets/modules/mapsearch/searchbox.scss */
.searchbox:before {
  position: absolute;
  inset: 10px auto auto 10px;
  content: "Y";
  font-family: REW_Icon_font;
  font-size: #262524;
  font-size: 20px;
}

/* line 21, app/assets/stylesheets/modules/mapsearch/searchbox.scss */
.searchbox > input {
  height: 48px;
  width: 100%;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: none;
  padding: 0 40px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 74, app/assets/stylesheets/partials/_mixins.scss */
.searchbox > input.placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 77, app/assets/stylesheets/partials/_mixins.scss */
.searchbox > input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 80, app/assets/stylesheets/partials/_mixins.scss */
.searchbox > input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 83, app/assets/stylesheets/partials/_mixins.scss */
.searchbox > input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

/* line 86, app/assets/stylesheets/partials/_mixins.scss */
.searchbox > input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 992px) {
  /* line 21, app/assets/stylesheets/modules/mapsearch/searchbox.scss */
  .searchbox > input {
    padding: 0 48px 0 40px;
  }
}
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/*Bootstrap*/
/* Style Guide */
/*Background*/
/*Main Content*/
/*Text*/
/*Form*/
/*Box alternate*/
/*Box search */
/*Registration*/
/* Map Search */
/* dropdown overlay */
/* icon colours */
/* Questionnaire Modal */
/* spacing */
/* x-large breakpoints */
/* scrollmenu */
/* animation easing */
/* Listing card types */
/* Removes the horizontal padding within Bootstrap columns */
/* https://css-tricks.com/snippets/sass/maintain-aspect-ratio-mixin/ */
/* https://css-tricks.com/almanac/selectors/f/first-letter/ */
/* https://css-tricks.com/snippets/sass/str-replace-function/ */
/* line 21, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap {
  display: flex;
  position: absolute;
  top: 62px;
  bottom: 0;
  left: 0;
  right: 0;
  flex-direction: column;
}

@media only screen and (min-width: 992px) {
  /* line 21, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap {
    flex-direction: row-reverse;
  }
}

/* line 34, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  width: 100%;
  flex-shrink: 0;
  background: #f1f1f1;
  transition: right 200ms;
  z-index: 10;
}

@media only screen and (min-width: 992px) {
  /* line 34, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-sidebar {
    width: 302px;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 34, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-sidebar {
    width: 587px;
  }
}

/* line 50, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar [data-listings],
.searchmap-sidebar [data-listing-container] {
  display: flex;
}

/* line 55, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar [data-listings] {
  flex-direction: column;
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 55, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-sidebar [data-listings] {
    display: flex;
  }
}

/* line 64, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar-content {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 992px) {
  /* line 64, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-sidebar-content {
    overflow-y: auto;
  }
}

/* line 73, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar [data-new-homes-filter-modal] {
  width: 110px;
  display: none;
}

/* line 79, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar.is-new_construction [data-mapsearch-filters-button],
.searchmap-sidebar.is-new_construction [data-save-property-search-toggle],
.searchmap-sidebar.is-new_construction .searchmap-disclaimers {
  display: none;
}

/* line 85, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-sidebar.is-new_construction [data-new-homes-filter-modal] {
  display: flex;
}

/* line 91, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-content {
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 992px) {
  /* line 91, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-content {
    right: 302px;
    transition: right 200ms;
  }
  /* line 100, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-content.is-fullwidth {
    right: 0;
  }
}

@media only screen and (min-width: 1200px) {
  /* line 91, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-content {
    right: 587px;
  }
}

/* line 110, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map {
  width: 100%;
  height: 100%;
}

/* line 116, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map label {
  width: auto;
  display: inline;
}

/* line 121, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map img {
  max-width: none;
}

/* line 128, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-top.leaflet-right {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  margin-top: 72px;
  margin-right: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 128, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-map .leaflet-control-container .leaflet-top.leaflet-right {
    margin-top: 22px;
    margin-right: 22px;
  }
}

/* line 140, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-top.leaflet-left {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
  margin-top: 22px;
  margin-left: 14px;
}

@media only screen and (min-width: 768px) {
  /* line 140, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-map .leaflet-control-container .leaflet-top.leaflet-left {
    margin-left: 22px;
  }
}

/* line 151, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-bottom.leaflet-left {
  z-index: 1001;
  width: 100%;
}

/* line 155, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-bottom.leaflet-left .leaflet-control.mapcarousel {
  display: flex;
  margin-bottom: 17px;
}

/* line 162, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-bottom.leaflet-right .leaflet-bar {
  margin-right: 22px;
  margin-bottom: 10px;
}

/* line 168, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control {
  margin: 0;
  border: none;
  box-shadow: none;
}

/* line 173, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers {
  border-radius: 100vw;
}

/* line 176, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-base {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

/* line 179, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-base label {
  margin: 0;
}

/* line 184, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-expanded {
  padding: 10px 15px;
  border-radius: 5px;
}

/* line 190, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-zoom-fullscreen {
  width: 36px;
  height: 36px;
}

/* line 195, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-toggle {
  width: 32px;
  height: 32px;
  background-size: 20px 20px;
}

/* line 201, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-toggle, .searchmap-map .leaflet-control-container .leaflet-control-zoom-fullscreen {
  background-color: #ffffff;
  border-radius: 100vw !important;
}

/* line 206, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-toggle:hover, .searchmap-map .leaflet-control-container .leaflet-control-zoom-fullscreen:hover {
  background-color: #FBF8F4;
}

/* line 210, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-layers-toggle:active, .searchmap-map .leaflet-control-container .leaflet-control-zoom-fullscreen:active {
  background-color: #F9F4EC;
}

/* line 215, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-control-container .leaflet-control-attribution {
  border: none;
  background-color: rgba(255, 255, 255, 0.7);
}

/* line 222, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip {
  border-radius: 8px;
  border-width: 0;
  padding: 8px;
  background: #ffffff;
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

/* line 229, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip:hover {
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
}

/* line 233, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip:active {
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

/* line 241, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top:before, .searchmap-map .leaflet-tooltip-right:before, .searchmap-map .leaflet-tooltip-bottom:before, .searchmap-map .leaflet-tooltip-left:before {
  display: none;
}

/* line 247, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-left:before {
  border-width: 7px;
  margin-right: -13px;
}

/* line 254, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-right:before {
  border-width: 7px;
  margin-left: -13px;
}

/* line 261, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top:before {
  border-width: 7px;
  margin-bottom: -13px;
  margin-left: -8px;
}

/* line 269, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom:before {
  border-width: 7px;
  margin-top: -13px;
  margin-left: -8px;
}

/* line 280, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top-right:before, .searchmap-map .leaflet-tooltip-top-left:before, .searchmap-map .leaflet-tooltip-bottom-right:before, .searchmap-map .leaflet-tooltip-bottom-left:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* line 289, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-right, .searchmap-map .leaflet-tooltip-bottom-left {
  margin-top: 6px;
}

/* line 293, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-right:before, .searchmap-map .leaflet-tooltip-bottom-left:before {
  top: 0;
  border-bottom-color: #fff;
  margin-top: -11px;
}

/* line 300, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top-right, .searchmap-map .leaflet-tooltip-top-left {
  margin-top: -6px;
}

/* line 304, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top-right:before, .searchmap-map .leaflet-tooltip-top-left:before {
  bottom: 0;
  border-top-color: #ffffff;
  margin-bottom: -11px;
}

/* line 313, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-right:before, .searchmap-map .leaflet-tooltip-top-right:before {
  left: 0;
  border-left-color: #ffffff;
  margin-left: 0;
}

/* line 322, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-left:before, .searchmap-map .leaflet-tooltip-top-left:before {
  border-right-color: #ffffff;
  margin-right: 0;
  right: 0;
}

/* line 329, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top-left {
  border-bottom-right-radius: 0;
}

/* line 333, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-top-right {
  border-bottom-left-radius: 0;
}

/* line 337, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-left {
  border-top-right-radius: 0;
}

/* line 341, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-right {
  border-top-left-radius: 0;
}

/* line 345, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom {
  margin-top: 11px;
}

/* line 349, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-tooltip-bottom-left, .searchmap-map .leaflet-tooltip-bottom-right {
  margin-top: 18px;
}

/* line 356, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-map .leaflet-marker-icon:hover, .searchmap-map .leaflet-marker-icon.is-active {
  z-index: 1000 !important;
}

/* line 363, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-disclaimers {
  border-top: 1px solid rgba(38, 37, 36, 0.1);
  margin: 0 15px 25px;
  padding-top: 25px;
}

/* line 368, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-disclaimers > div {
  display: none;
}

/* line 373, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-clear-boundary {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 22px;
  margin-right: 14px;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  /* line 373, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap-clear-boundary {
    margin-right: 22px;
  }
}

/* line 385, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap-clear-boundary > button {
  height: auto;
  padding: 9px 15px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 100vw;
  text-transform: capitalize;
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
}

/* line 398, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap [data-listing-container],
.searchmap [data-local-experts-container] {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 15px;
  flex-wrap: wrap;
}

/* line 404, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap [data-listing-container] > *,
.searchmap [data-local-experts-container] > * {
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 1200px) {
  /* line 404, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap [data-listing-container] > *,
.searchmap [data-local-experts-container] > * {
    width: calc(50% - 10px);
  }
}

/* line 413, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap [data-listing-container] .resultscount,
.searchmap [data-local-experts-container] .resultscount {
  width: 100%;
}

/* line 418, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap [data-local-experts-container] {
  display: none;
}

@media only screen and (min-width: 992px) {
  /* line 418, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
  .searchmap [data-local-experts-container] {
    display: flex;
  }
}

/* line 426, app/assets/stylesheets/modules/mapsearch/searchmap.scss */
.searchmap .filter-option {
  text-transform: none;
}
