
/* Entry point for your PostCSS build */
/* Colors */
/* Contrast Update 03.02.22 - #BCBCBC is original color */
/* Uses Bootstrap 4 breakpoints */
/* ---- FLEX TABLES ---- */
/* ---- NAVIGATION ---- */
/* ---- SEARCH SLIDE ---- */
/* ---- PROPERTY MODULE ---- */
/*$propModuleWidth: 450px;*/
/* ---- Agents ---- */
/* ---- Gallery Overlay ---- */
/* ---- CMA Overlay ---- */
/* Testing Border Quick Mixins */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/*  Bounce Animation */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/*  @include flex(1); */
/*  @include flex-order(1); */
/* @include flex-direction(row); */
/* @include scrollbar(7px, gray, darkgray); */
/* @include scrollbar(0.5em, red); */
/* Avoid Highlights */
/*
-----
  Privy
  Designer/Developer: Seventhfury Studios
-----
*/
/* ----- SCSS STYLES ----- */
/* Testing Border Quick Mixins */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/*  Bounce Animation */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/*  @include flex(1); */
/*  @include flex-order(1); */
/* @include flex-direction(row); */
/* @include scrollbar(7px, gray, darkgray); */
/* @include scrollbar(0.5em, red); */
/* Avoid Highlights */
/* Colors */
/* Contrast Update 03.02.22 - #BCBCBC is original color */
/* Uses Bootstrap 4 breakpoints */
/* ---- FLEX TABLES ---- */
/* ---- NAVIGATION ---- */
/* ---- SEARCH SLIDE ---- */
/* ---- PROPERTY MODULE ---- */
/*$propModuleWidth: 450px;*/
/* ---- Agents ---- */
/* ---- Gallery Overlay ---- */
/* ---- CMA Overlay ---- */
/* Add CSS3 animations to elements below */
a,
a:active,
a:link,
a:visited,
a:hover,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.intercom-namespace a,
.intercom-namespace a:link {
  font-family: sans-serif;
}

/*  Chrome Font Issue Reset  */
body {
  animation-delay: 0.1s;
  animation-name: fontfix;
  animation-duration: 0.1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}

.skinny-scrollbar {
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
}
.skinny-scrollbar::-webkit-scrollbar {
  width: 3px;
}
.skinny-scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 4px;
  margin-bottom: 4px;
}
.skinny-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}

@keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
/* ----- CSS STYLES ----- */
/* Bootstrap Reboot Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

.fal,
.far,
.fas,
i {
  /* Avoid Highlights */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* End Bootstrap Reboot Reset */
body,
html {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  /* Important update */
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
body.tooltips-hidden ic-anchor-point,
html.tooltips-hidden ic-anchor-point {
  display: none !important;
}

/* body */
/* Highlight color */
::selection {
  background: rgba(229, 229, 229, 0.7); /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: rgba(229, 229, 229, 0.7); /* Gecko Browsers */
}

a,
a:link {
  color: #00aeff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
.iconnav:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}

a.active {
  outline: none;
}

button,
input[type=submit],
input[type=reset] {
  border: none;
  cursor: pointer;
  outline: inherit;
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.react-datepicker__close-icon::after {
  background-color: #00aeff !important;
}

.react-datepicker__day--keyboard-selected {
  background-color: #00aeff !important;
}

.react-datepicker__day--selected {
  background-color: #00aeff !important;
}

.center-title,
.savebox-title,
.agent-name {
  font-size: 1.1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  flex: 1 0 auto;
  margin-bottom: 10px;
  text-align: center;
}
.center-title i,
.savebox-title i,
.agent-name i {
  color: #e0e0e0;
  margin: 0 0 0 10px;
  font-size: 1.3em;
}
.center-title em,
.savebox-title em,
.agent-name em {
  font-size: 0.7em;
  color: rgba(102, 102, 102, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.center-title span,
.savebox-title span,
.agent-name span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4c4c4c;
  white-space: nowrap;
  margin: 0 10px;
}
.center-title hr,
.savebox-title hr,
.agent-name hr {
  border-top: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  flex: 1 0 auto;
}

h3.cma-title-gray span {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  font-size: 1em;
  color: rgba(131, 131, 131, 0.7);
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1em;
  color: #838383;
  line-height: 1.7;
  text-align: justify;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p a {
  background: transparent linear-gradient(90deg, rgba(0, 174, 255, 0), rgba(0, 174, 255, 0)) no-repeat 0 93%;
  background-size: 100% 1px;
}
p a:hover {
  color: #0283c0;
  text-decoration: none;
  background: transparent linear-gradient(90deg, rgba(2, 131, 192, 0.5), rgba(2, 131, 192, 0.5)) no-repeat 0 93%;
  background-size: 100% 1px;
}

p.lead,
p.lead-title {
  font-size: 1em;
  text-align: center;
}

p.lead-title {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

hr.hr-light {
  border-top: 1px solid #ededed;
  border-left: none;
  border-right: none;
  border-bottom: none;
  flex: 1 0 auto;
  margin: 19px 0 17px 0;
}

.colortag-deal {
  color: #00aeff;
}

.colortag-active {
  color: #52bb73;
}

.colortag-pending {
  color: #ead467;
}

.colortag-under-contract {
  color: #e6a146;
}

.colortag-sold {
  color: #cd2f20;
}

.color-tags-small {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.color-tags-small i {
  margin: 0 1.5px;
  font-size: 0.5em;
  background: none;
}

.nav-toolset .btn-remove-from-list,
.nav-toolset .btn-move-to-list {
  display: none !important;
}
.nav-toolset .btn-manage-lists i,
.nav-toolset .btn-add-to-list i {
  font-size: 1.3em;
  top: 2px;
  position: relative;
}
.nav-toolset .btn-manage-lists i.active,
.nav-toolset .btn-add-to-list i.active {
  color: #00aeff;
}
.nav-toolset .btn-manage-lists i span,
.nav-toolset .btn-add-to-list i span {
  display: block !important;
  position: absolute;
  top: 6.5px;
  font-size: 0.5em;
  color: #ffffff;
  text-align: center;
  width: 18px;
  letter-spacing: 0px;
}

.progress-bar-wrap {
  width: 80%;
  text-align: center;
  margin: 20px 0;
}
.progress-bar-wrap .progress-bar-text {
  font-size: 0.95em;
  padding-bottom: 12px;
  display: block;
}
.progress-bar-wrap .progress-bar {
  background: #e5e5e5;
  width: 100%;
  height: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.progress-bar-wrap .progress-bar .progress-blue {
  background: #00aeff;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  /* hide below for live site */
  animation: progressBar 2.3s linear 1;
  width: inherit;
  /* hide above for live site */
}
@keyframes progressBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.hidden-break,
.mobile-block {
  display: none;
}

/* ---- BUTTONS ----- */
.button,
.btn {
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  padding: 15px 10px;
  margin: 0 7px;
  line-height: 0;
  border: none;
}
.button:hover,
.btn:hover {
  cursor: pointer;
}

.btn-white {
  background: #ffffff;
  color: #929292;
  border: 1px solid #e5e5e5;
}
.btn-white i {
  margin-right: 5px;
}
.btn-white:hover {
  border-color: #00aeff;
}

.btn-transparent {
  background: rgba(255, 255, 255, 0);
  color: #929292;
  border: 1px solid #e5e5e5;
}
.btn-transparent i {
  margin-right: 5px;
}
.btn-transparent:hover {
  background: #00aeff;
  color: #ffffff;
}

.btn-lightgray {
  background: #f4f4f4;
  color: rgba(102, 102, 102, 0.9);
}
.btn-lightgray.btn-faded {
  background: rgba(244, 244, 244, 0.8);
  color: rgba(102, 102, 102, 0.7);
}

.btn-white:hover,
.btn-lightgray:hover {
  background: #00aeff;
  color: rgb(255, 255, 255);
}
.btn-white:hover.btn-faded,
.btn-lightgray:hover.btn-faded {
  background: #00aeff;
  color: rgb(255, 255, 255);
}

.btn-gray {
  background: rgba(224, 224, 224, 0.8);
  color: rgba(131, 131, 131, 0.5);
}
.btn-gray.btn-faded {
  background: rgba(244, 244, 244, 0.8);
  color: rgba(102, 102, 102, 0.7);
}

.btn-gray:hover {
  background: #666666;
  color: rgb(255, 255, 255);
}
.btn-gray:hover.btn-faded {
  background: #00aeff;
  color: rgb(255, 255, 255);
}

.btn-active,
.btn-blue {
  background: #00aeff;
  color: #ffffff;
}
.btn-active a,
.btn-active a:link,
.btn-active a:visited,
.btn-active a:active,
.btn-blue a,
.btn-blue a:link,
.btn-blue a:visited,
.btn-blue a:active {
  color: #ffffff;
}

.btn-blue:hover {
  background: #0283c0;
}

.btn-inverse {
  background: #ffffff;
  color: #00aeff;
}
.btn-inverse a,
.btn-inverse a:link,
.btn-inverse a:visited,
.btn-inverse a:active {
  color: #ffffff;
}

.btn-small {
  padding: 4px 8px;
  font-size: 0.65em;
}
.btn-small i {
  font-size: 1.3em;
}

.button-ui {
  line-height: 1;
  padding: 12px 25px;
  font-size: 0.8em;
  margin: 0;
}
.button-ui.btn-lightgray:hover {
  background: rgba(102, 102, 102, 0.6);
  color: rgba(131, 131, 131, 0.7);
}
.button-ui.btn-blue:hover {
  background: #0283c0;
}
.button-ui.btn-inverse:hover {
  background: #0283c0;
  color: #ffffff;
}

.btn-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.btn-bold i {
  font-weight: 400;
}

.btn-grabber {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(102, 102, 102, 0.8);
  font-size: 1.8em;
  text-align: center;
  cursor: all-scroll;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-grabber:hover {
  color: rgba(131, 131, 131, 0.8);
}
.btn-grabber .fa-ellipsis-v {
  margin: 0 1px;
}

.btn-lineup-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.btn-lineup {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 4px;
  margin: 40px auto;
  width: auto;
  justify-content: center;
}
.btn-lineup .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
}
.btn-lineup .button:last-of-type {
  border-right: none;
}
.btn-lineup .button:first-of-type {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.btn-lineup .button:last-of-type {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.tool-btn {
  pointer-events: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tool-btn i {
  font-size: 1em;
}

.tool-btn:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tool-btn-light {
  background: rgba(249, 249, 249, 0.5);
  color: rgba(102, 102, 102, 0.5);
}
.tool-btn-light:hover, .tool-btn-light.btn-active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f9f9f9;
  color: #666666;
}
.tool-btn-light.btn-active, .tool-btn-light:active {
  color: #00aeff;
  cursor: pointer;
}

.tool-btn-dark {
  background: rgba(131, 131, 131, 0.5);
  color: rgba(244, 244, 244, 0.5);
}
.tool-btn-dark:hover {
  background: #838383;
  color: #f4f4f4;
}

.btn-checkbox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.btn-favorite {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-favorite:hover {
  cursor: pointer;
  color: rgba(76, 76, 76, 0.8);
}
.btn-favorite:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-favorite.active {
  color: #838383;
}
.btn-favorite.active i {
  color: #ead467;
  color: #ffde3b;
}
.btn-favorite.active:hover i {
  font-weight: bold;
}

/* ---- END BUTTONS ----- */
/* ---- FLEX TABLES ---- */
.flextable {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: rgba(249, 249, 249, 0.9);
}

.ft-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}
.ft-row.ft-row-nested .ft-cell:first-of-type {
  margin-left: 22px;
}

.ft-cell {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-grow: 1;
  text-align: center;
  padding: 6px 5px;
  list-style: none;
}
.ft-cell.align-left {
  justify-content: flex-start;
  text-align: left;
}
.ft-cell.ft-cell-first {
  color: rgba(76, 76, 76, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.ft-cell.ft-cell-reg {
  font-size: 0.9em;
}
.ft-cell.ft-cell-stacked {
  font-size: 0.75em;
  flex-flow: column wrap;
}
.ft-cell.ft-cell-stacked div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ft-cell.ft-cell-stacked.align-left {
  align-items: flex-start;
}
.ft-cell.ft-cell-stacked em {
  color: rgba(102, 102, 102, 0.7);
}
.ft-cell.ft-cell-stacked-primary .ft-row-name {
  font-size: 1.25em;
  line-height: 1.2;
}

.ft-cell-empty {
  background: none;
}

.flextable--2cols > .ft-cell {
  width: 50%;
}

.flextable--3cols > .ft-cell {
  width: 33.33%;
}

.flextable--4cols > .ft-cell {
  width: 25%;
}

.flextable--5cols > .ft-cell {
  width: 20%;
}

.flextable--6cols > .ft-cell {
  width: 16.6%;
}

.ft-header {
  border-bottom: 1px solid rgba(102, 102, 102, 0.7);
  background: #ffffff;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.ft-sortcell {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-left: 10px !important;
}
.ft-sortcell .fa-sort {
  margin-left: 3px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.ft-sortcell:hover {
  cursor: pointer;
  padding-left: 3px !important;
}
.ft-sortcell:hover .fa-sort {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ft-sortcell.align-left {
  padding-left: 5px;
}
.ft-sortcell.align-left:hover {
  padding-left: 5px;
}

/* ---- FLEXTABLE LIST W/STICKY HEADERS ---- */
/* List Style of the Flex Table for List View and Other Areas */
.flextable-list {
  display: table; /* important for scrolling functionality */
  overflow: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  font-size: 0.8em;
  color: #1e2121;
  /* Expands Data Source part of First Column */
  /* .source-visible */
  /* .ft-row */
}
.flextable-list::-webkit-scrollbar {
  display: none;
}
.flextable-list .btn-lv-show-source,
.flextable-list .btn-lv-hide-source {
  color: #929292;
  font-size: 0.7em;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin-right: 5px;
  line-height: 0;
}
.flextable-list .btn-lv-show-source i,
.flextable-list .btn-lv-hide-source i {
  font-size: 1em;
  line-height: 1;
  margin: 0 5px;
  position: relative;
  top: 0px;
}
.flextable-list .btn-lv-show-source:hover,
.flextable-list .btn-lv-hide-source:hover {
  color: #00aeff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.flextable-list.source-visible {
  /* .ft-row */
}
.flextable-list.source-visible .ft-row {
  /* .ft-firstcell */
}
.flextable-list.source-visible .ft-row .ft-firstcell {
  width: 383px;
  max-width: 383px;
}
.flextable-list.source-visible .ft-row .ft-firstcell .source-listview-expanded {
  width: 83px;
  left: 300px;
}
.flextable-list.source-visible .ft-row .ft-firstcell .source-listview-expanded .source-group {
  padding-left: 0px !important;
}
.flextable-list.source-visible .ft-row .ft-firstcell .hidden-tools {
  right: -43px;
}
@media (min-width: 1500px) {
  .flextable-list.source-visible .ft-row .ft-firstcell .hidden-tools {
    right: -57px;
  }
}
@media (min-width: 1300px) {
  .flextable-list.source-visible .ft-row .ft-firstcell .hidden-tools {
    right: -53px;
  }
}
.flextable-list.source-visible .ft-row .ft-firstcell .hidden-tools:hover {
  right: 83px;
  border-right: 0;
}
.flextable-list .ft-row {
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
  /* Important for .limit-text */
  position: relative;
}
.flextable-list .ft-row.row-investor .lv-row-nav .ft-cell-status .status-icon {
  color: #00aeff;
}
.flextable-list .ft-row.row-sold .lv-row-nav .ft-cell-status .status-icon {
  color: #cd2f20;
}
.flextable-list .ft-row.row-active .lv-row-nav .ft-cell-status .status-icon {
  color: #52bb73;
}
.flextable-list .ft-row.row-pending .lv-row-nav .ft-cell-status .status-icon {
  color: #ead467;
}
.flextable-list .ft-row.row-under-contract .lv-row-nav .ft-cell-status .status-icon {
  color: #e6a146;
}
.flextable-list .ft-row.row-rental-mls .lv-row-nav .ft-cell-status .status-icon, .flextable-list .ft-row.row-inactive .lv-row-nav .ft-cell-status .status-icon {
  color: #b83fcd;
}
.flextable-list .ft-row.row-rental-online .lv-row-nav .ft-cell-status .status-icon {
  color: #b83fcd;
}
.flextable-list .ft-cell {
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
  width: 80px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.flextable-list .ft-cell::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1500px) {
  .flextable-list .ft-cell {
    font-size: 96%;
  }
}
@media (max-width: 1300px) {
  .flextable-list .ft-cell {
    font-size: 90%;
    width: 80px;
  }
}
.flextable-list .ft-header {
  position: sticky;
  position: -webkit-sticky;
  align-self: flex-start;
  border-bottom: 1px solid #e0e0e0;
  top: 0px;
  left: 0;
  z-index: 9;
}
.flextable-list .ft-header .ft-firstcell {
  padding-left: 93px;
  border-right: 1px solid rgba(188, 188, 188, 0.6) !important;
}
.flextable-list .ft-row {
  background: #ffffff;
  /* .ft-firstcell */
}
.flextable-list .ft-row .ft-firstcell {
  width: 300px;
  max-width: 300px;
  position: sticky;
  position: -webkit-sticky;
  align-self: flex-start;
  justify-content: space-between;
  top: 0;
  left: 0;
  border-right: 1px solid rgba(102, 102, 102, 0.8);
  border-right: 1px solid rgba(188, 188, 188, 0.6);
  border-right: none;
  overflow: hidden;
  background: #ffffff;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* .source-listview-expanded */
}
.flextable-list .ft-row .ft-firstcell::-webkit-scrollbar {
  display: none;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded {
  position: absolute;
  height: calc(100% + 2px);
  overflow: hidden;
  width: 6px;
  left: 294px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge {
  text-transform: uppercase;
  height: 100%;
  font-size: 0.8em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border: 1px solid;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge .source-group {
  margin-top: 2px;
  padding-left: 80px;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge i {
  margin-right: 3px;
  font-size: 1.1em;
  line-height: 0;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge.source-mls {
  border-color: #0283c0;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge.source-public {
  border-color: #bababa;
}
.flextable-list .ft-row .ft-firstcell .source-listview-expanded .source-badge.source-third {
  border-color: #ffde3b;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* .lv-row-nav */
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav {
  margin-right: 3px;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav div {
  line-height: 0;
  margin: 0 3px;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav i {
  color: rgba(102, 102, 102, 0.8);
  color: rgba(188, 188, 188, 0.8);
  font-size: 1.2em;
  line-height: 0;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav i.btn-checkbox {
  margin-left: 5px;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav i.btn-checkbox.active {
  color: #00aeff;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .btn-favorite {
  margin: 0 1px 0 1px;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .btn-favorite i {
  margin: 0;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .btn-favorite.active i {
  color: #ead467;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status {
  margin-right: 10px;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-investor {
  color: #00aeff;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-active {
  color: #52bb73;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-sold {
  color: #cd2f20;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-pending {
  color: #ead467;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-under-contract {
  color: #e6a146;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-investor {
  background: rgba(0, 174, 255, 0.9);
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-rental-mls,
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-rental_mls,
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-rental {
  color: #b83fcd;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-rental-online {
  color: #7b0c8f;
}
.flextable-list .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .fa-circle {
  background: none;
}
.flextable-list .ft-cell:nth-child(even) {
  background: #f9f9f9;
}
.flextable-list .ft-header,
.flextable-list .ft-subheader {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.flextable-list .hidden-tools,
.flextable-list .nav-toolset,
.flextable-list .lv-row-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row nowrap;
  height: 100%;
}
.flextable-list .hidden-tools {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  right: -126px;
}
@media (min-width: 1500px) {
  .flextable-list .hidden-tools {
    right: -140px;
  }
}
@media (min-width: 1300px) {
  .flextable-list .hidden-tools {
    right: -136px;
  }
}
.flextable-list .hidden-tools .hidden-toolset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  height: 100%;
}
.flextable-list .hidden-tools .hidden-toolset .nav-toolset {
  position: relative;
  left: 50px !important;
  top: 1px;
}
.flextable-list .hidden-tools .hidden-toolset .nav-toolset a.iconnav span {
  display: none;
}
.flextable-list .hidden-tools .hidden-toolset .nav-toolset i {
  font-size: 1.3em;
  margin: 0 2px;
}
.flextable-list .hidden-tools .hidden-toolset .nav-toolset .btn-property-edit {
  margin-right: 0px !important;
}
.flextable-list .hidden-tools .hidden-toolset .nav-toolset .btn-favorite {
  display: none;
}
.flextable-list .hidden-tools .hidden-toolset .fa-chevron-left {
  margin: 0 8px;
  color: #666666;
  color: rgba(188, 188, 188, 0.8);
  font-size: 1.2em;
  position: relative;
  top: 1px;
  line-height: 0;
}
.flextable-list .hidden-tools:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0px;
  background: white;
}
.flextable-list .hidden-tools:hover .color-tags {
  display: none;
}
.flextable-list .hidden-tools:hover .hidden-toolset {
  border-left: 1px solid;
  left: 5px;
}
.flextable-list .hidden-tools:hover .hidden-toolset .fa-chevron-left {
  margin-right: 0;
}
.flextable-list .hidden-tools:hover .hidden-toolset .nav-toolset {
  left: 0px !important;
  margin-right: 3px;
}

/* .flextable-list */
/* ---- FLEX TABLE HOVER ROW STATES ----- */
/* NOTE: This is a replica of the CMA Comparables Table Row Hover States that is modified for general table use

****** THESE CLASSES ARE USED IN ListViewPropertyRow EVEN IF NOT FOUND IN CODE EXPLICITY. They are functionally used. ******

*/
.row-sold {
  --comp-list-color: 205, 47, 32;
  /* Make .iconnav always proper color */
}
.row-sold .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.4) !important;
}
.row-sold.ft-hover-row:hover {
  background: rgba(var(--comp-list-color), 0.17) !important;
  /* Manually set background color for sticky first cells */
  /* The asterisks are specific to the btn-grabber item */
  /* Hidden Toolset Background Color Match */
}
.row-sold.ft-hover-row:hover .ft-firstcell {
  background: #f0cfcb;
  border-right: 1px solid rgba(var(--comp-list-color), 0.4) !important;
}
.row-sold.ft-hover-row:hover .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.06);
}
.row-sold.ft-hover-row:hover .icon,
.row-sold.ft-hover-row:hover .btn-grabber *,
.row-sold.ft-hover-row:hover .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.4) !important;
  /* No hover state for this item */
}
.row-sold.ft-hover-row:hover .icon:hover, .row-sold.ft-hover-row:hover .icon:hover *,
.row-sold.ft-hover-row:hover .btn-grabber *:hover,
.row-sold.ft-hover-row:hover .btn-grabber *:hover *,
.row-sold.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-sold.ft-hover-row:hover .hidden-toolset .iconnav:hover * {
  color: rgba(var(--comp-list-color), 1) !important;
}
.row-sold.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-sold.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-sold.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(var(--comp-list-color), 0.4) !important;
}
.row-sold.ft-hover-row:hover .hidden-tools:hover {
  background: white;
}
.row-sold.ft-hover-row:hover .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.3) !important;
  border-left: 1px solid rgba(var(--comp-list-color), 0.4) !important;
}

.row-under-contract {
  --comp-list-color: 230, 161, 70;
  /* Make .iconnav always proper color */
}
.row-under-contract .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.7) !important;
}
.row-under-contract.ft-hover-row:hover,
.row-under-contract .ft-hover-row.highlighted {
  background: rgba(var(--comp-list-color), 0.25) !important;
  /* Manually set background color for sticky first cells */
  /* Hidden Toolset Background Color Match */
}
.row-under-contract.ft-hover-row:hover .ft-firstcell,
.row-under-contract .ft-hover-row.highlighted .ft-firstcell {
  background: #f4e4ce;
  border-right: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}
.row-under-contract.ft-hover-row:hover .ft-cell:nth-child(even),
.row-under-contract .ft-hover-row.highlighted .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.1);
}
.row-under-contract.ft-hover-row:hover .icon,
.row-under-contract.ft-hover-row:hover .btn-grabber *,
.row-under-contract.ft-hover-row:hover .hidden-toolset .iconnav,
.row-under-contract .ft-hover-row.highlighted .icon,
.row-under-contract .ft-hover-row.highlighted .btn-grabber *,
.row-under-contract .ft-hover-row.highlighted .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.7) !important;
  /* No hover state for this item */
}
.row-under-contract.ft-hover-row:hover .icon:hover, .row-under-contract.ft-hover-row:hover .icon:hover *,
.row-under-contract.ft-hover-row:hover .btn-grabber *:hover,
.row-under-contract.ft-hover-row:hover .btn-grabber *:hover *,
.row-under-contract.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-under-contract.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-under-contract .ft-hover-row.highlighted .icon:hover,
.row-under-contract .ft-hover-row.highlighted .icon:hover *,
.row-under-contract .ft-hover-row.highlighted .btn-grabber *:hover,
.row-under-contract .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-under-contract .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-under-contract .ft-hover-row.highlighted .hidden-toolset .iconnav:hover * {
  color: rgba(188, 128, 49, 0.9) !important;
}
.row-under-contract.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-under-contract.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-under-contract.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-under-contract .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-under-contract .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-under-contract .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(var(--comp-list-color), 0.7) !important;
}
.row-under-contract.ft-hover-row:hover .hidden-tools:hover,
.row-under-contract .ft-hover-row.highlighted .hidden-tools:hover {
  background: white;
}
.row-under-contract.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-under-contract .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.4) !important;
  border-left: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}

.row-pending {
  --comp-list-color: 234, 212, 103;
  /* Make .iconnav always proper color */
}
.row-pending .hidden-toolset .iconnav {
  color: rgba(194, 174, 75, 0.6) !important;
}
.row-pending.ft-hover-row:hover,
.row-pending .ft-hover-row.highlighted {
  background: rgba(var(--comp-list-color), 0.3) !important;
  /* Manually set background color for sticky first cells */
  /* Hidden Toolset Background Color Match */
}
.row-pending.ft-hover-row:hover .ft-firstcell,
.row-pending .ft-hover-row.highlighted .ft-firstcell {
  background: #f4eecf;
  border-right: 1px solid rgba(194, 174, 75, 0.6) !important;
}
.row-pending.ft-hover-row:hover .ft-cell:nth-child(even),
.row-pending .ft-hover-row.highlighted .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.15);
}
.row-pending.ft-hover-row:hover .icon,
.row-pending.ft-hover-row:hover .btn-grabber *,
.row-pending.ft-hover-row:hover .hidden-toolset .iconnav,
.row-pending .ft-hover-row.highlighted .icon,
.row-pending .ft-hover-row.highlighted .btn-grabber *,
.row-pending .ft-hover-row.highlighted .hidden-toolset .iconnav {
  color: rgba(194, 174, 75, 0.6) !important;
  /* No hover state for this item */
}
.row-pending.ft-hover-row:hover .icon:hover, .row-pending.ft-hover-row:hover .icon:hover *,
.row-pending.ft-hover-row:hover .btn-grabber *:hover,
.row-pending.ft-hover-row:hover .btn-grabber *:hover *,
.row-pending.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-pending.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-pending .ft-hover-row.highlighted .icon:hover,
.row-pending .ft-hover-row.highlighted .icon:hover *,
.row-pending .ft-hover-row.highlighted .btn-grabber *:hover,
.row-pending .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-pending .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-pending .ft-hover-row.highlighted .hidden-toolset .iconnav:hover * {
  color: #c2ae4b !important;
}
.row-pending.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-pending.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-pending.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-pending .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-pending .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-pending .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(194, 174, 75, 0.6) !important;
}
.row-pending.ft-hover-row:hover .hidden-tools:hover,
.row-pending .ft-hover-row.highlighted .hidden-tools:hover {
  background: white;
}
.row-pending.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-pending .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.5) !important;
  border-left: 1px solid rgba(194, 174, 75, 0.6) !important;
}

.row-active {
  --comp-list-color: 82, 187, 115;
  /* Make .iconnav always proper color */
}
.row-active .hidden-toolset .iconnav {
  color: rgba(82, 187, 115, 0.7) !important;
}
.row-active.ft-hover-row:hover,
.row-active .ft-hover-row.highlighted {
  background: rgba(var(--comp-list-color), 0.28) !important;
  /* Manually set background color for sticky first cells */
  /* Hidden Toolset Background Color Match */
}
.row-active.ft-hover-row:hover .ft-firstcell,
.row-active .ft-hover-row.highlighted .ft-firstcell {
  background: #cde7d4;
  border-right: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}
.row-active.ft-hover-row:hover .ft-cell:nth-child(even),
.row-active .ft-hover-row.highlighted .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.1);
}
.row-active.ft-hover-row:hover .icon,
.row-active.ft-hover-row:hover .btn-grabber *,
.row-active.ft-hover-row:hover .hidden-toolset .iconnav,
.row-active .ft-hover-row.highlighted .icon,
.row-active .ft-hover-row.highlighted .btn-grabber *,
.row-active .ft-hover-row.highlighted .hidden-toolset .iconnav {
  color: rgba(82, 187, 115, 0.7) !important;
  /* No hover state for this item */
}
.row-active.ft-hover-row:hover .icon:hover, .row-active.ft-hover-row:hover .icon:hover *,
.row-active.ft-hover-row:hover .btn-grabber *:hover,
.row-active.ft-hover-row:hover .btn-grabber *:hover *,
.row-active.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-active.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-active .ft-hover-row.highlighted .icon:hover,
.row-active .ft-hover-row.highlighted .icon:hover *,
.row-active .ft-hover-row.highlighted .btn-grabber *:hover,
.row-active .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-active .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-active .ft-hover-row.highlighted .hidden-toolset .iconnav:hover * {
  color: rgba(53, 132, 78, 0.8) !important;
}
.row-active.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-active.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-active.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-active .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-active .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-active .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(var(--comp-list-color), 0.7) !important;
}
.row-active.ft-hover-row:hover .hidden-tools:hover,
.row-active .ft-hover-row.highlighted .hidden-tools:hover {
  background: white;
}
.row-active.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-active .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.4) !important;
  border-left: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}

.row-rental-mls,
.row-inactive {
  --comp-list-color: 184, 63, 205;
  /* Make .iconnav always proper color */
}
.row-rental-mls .hidden-toolset .iconnav,
.row-inactive .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.3) !important;
}
.row-rental-mls.ft-hover-row:hover,
.row-rental-mls .ft-hover-row.highlighted,
.row-inactive.ft-hover-row:hover,
.row-inactive .ft-hover-row.highlighted {
  background: rgba(var(--comp-list-color), 0.17) !important;
  border-top: 1px solid rgba(var(--comp-list-color), 0.3);
  border-bottom: 1px solid rgba(var(--comp-list-color), 0.3);
  /* Manually set background color for sticky first cells */
  /* Hidden Toolset Background Color Match */
}
.row-rental-mls.ft-hover-row:hover .ft-firstcell,
.row-rental-mls .ft-hover-row.highlighted .ft-firstcell,
.row-inactive.ft-hover-row:hover .ft-firstcell,
.row-inactive .ft-hover-row.highlighted .ft-firstcell {
  background: #dcdcdc;
  border-right: 1px solid rgba(var(--comp-list-color), 0.3) !important;
}
.row-rental-mls.ft-hover-row:hover .ft-cell:nth-child(even),
.row-rental-mls .ft-hover-row.highlighted .ft-cell:nth-child(even),
.row-inactive.ft-hover-row:hover .ft-cell:nth-child(even),
.row-inactive .ft-hover-row.highlighted .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.05);
}
.row-rental-mls.ft-hover-row:hover .icon,
.row-rental-mls.ft-hover-row:hover .btn-grabber *,
.row-rental-mls.ft-hover-row:hover .hidden-toolset .iconnav,
.row-rental-mls .ft-hover-row.highlighted .icon,
.row-rental-mls .ft-hover-row.highlighted .btn-grabber *,
.row-rental-mls .ft-hover-row.highlighted .hidden-toolset .iconnav,
.row-inactive.ft-hover-row:hover .icon,
.row-inactive.ft-hover-row:hover .btn-grabber *,
.row-inactive.ft-hover-row:hover .hidden-toolset .iconnav,
.row-inactive .ft-hover-row.highlighted .icon,
.row-inactive .ft-hover-row.highlighted .btn-grabber *,
.row-inactive .ft-hover-row.highlighted .hidden-toolset .iconnav {
  color: rgba(var(--comp-list-color), 0.3) !important;
  /* No hover state for this item */
}
.row-rental-mls.ft-hover-row:hover .icon:hover, .row-rental-mls.ft-hover-row:hover .icon:hover *,
.row-rental-mls.ft-hover-row:hover .btn-grabber *:hover,
.row-rental-mls.ft-hover-row:hover .btn-grabber *:hover *,
.row-rental-mls.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-rental-mls.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-rental-mls .ft-hover-row.highlighted .icon:hover,
.row-rental-mls .ft-hover-row.highlighted .icon:hover *,
.row-rental-mls .ft-hover-row.highlighted .btn-grabber *:hover,
.row-rental-mls .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-rental-mls .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-rental-mls .ft-hover-row.highlighted .hidden-toolset .iconnav:hover *,
.row-inactive.ft-hover-row:hover .icon:hover,
.row-inactive.ft-hover-row:hover .icon:hover *,
.row-inactive.ft-hover-row:hover .btn-grabber *:hover,
.row-inactive.ft-hover-row:hover .btn-grabber *:hover *,
.row-inactive.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-inactive.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-inactive .ft-hover-row.highlighted .icon:hover,
.row-inactive .ft-hover-row.highlighted .icon:hover *,
.row-inactive .ft-hover-row.highlighted .btn-grabber *:hover,
.row-inactive .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-inactive .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-inactive .ft-hover-row.highlighted .hidden-toolset .iconnav:hover * {
  color: rgba(var(--comp-list-color), 0.7) !important;
}
.row-rental-mls.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-rental-mls.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-rental-mls.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-rental-mls .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-rental-mls .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-rental-mls .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-inactive.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-inactive.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-inactive.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-inactive .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-inactive .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-inactive .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(var(--comp-list-color), 0.3) !important;
}
.row-rental-mls.ft-hover-row:hover .hidden-tools:hover,
.row-rental-mls .ft-hover-row.highlighted .hidden-tools:hover,
.row-inactive.ft-hover-row:hover .hidden-tools:hover,
.row-inactive .ft-hover-row.highlighted .hidden-tools:hover {
  background: white;
}
.row-rental-mls.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-rental-mls .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset,
.row-inactive.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-inactive .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.25) !important;
  border-left: 1px solid rgba(var(--comp-list-color), 0.3) !important;
}

.row-rental-online {
  --comp-list-color: 184, 63, 205;
  /* Make .iconnav always proper color */
}
.row-rental-online .hidden-toolset .iconnav {
  color: rgba(131, 131, 131, 0.4) !important;
}
.row-rental-online.ft-hover-row:hover,
.row-rental-online .ft-hover-row.highlighted {
  background: rgba(var(--comp-list-color), 0.28) !important;
  /* Manually set background color for sticky first cells */
  /* Hidden Toolset Background Color Match */
}
.row-rental-online.ft-hover-row:hover .ft-firstcell,
.row-rental-online .ft-hover-row.highlighted .ft-firstcell {
  background: #e7e8e7;
  border-right: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}
.row-rental-online.ft-hover-row:hover .ft-cell:nth-child(even),
.row-rental-online .ft-hover-row.highlighted .ft-cell:nth-child(even) {
  background: rgba(var(--comp-list-color), 0.15);
}
.row-rental-online.ft-hover-row:hover .icon,
.row-rental-online.ft-hover-row:hover .btn-grabber *,
.row-rental-online.ft-hover-row:hover .hidden-toolset .iconnav,
.row-rental-online .ft-hover-row.highlighted .icon,
.row-rental-online .ft-hover-row.highlighted .btn-grabber *,
.row-rental-online .ft-hover-row.highlighted .hidden-toolset .iconnav {
  color: rgba(131, 131, 131, 0.4) !important;
  /* No hover state for this item */
}
.row-rental-online.ft-hover-row:hover .icon:hover, .row-rental-online.ft-hover-row:hover .icon:hover *,
.row-rental-online.ft-hover-row:hover .btn-grabber *:hover,
.row-rental-online.ft-hover-row:hover .btn-grabber *:hover *,
.row-rental-online.ft-hover-row:hover .hidden-toolset .iconnav:hover,
.row-rental-online.ft-hover-row:hover .hidden-toolset .iconnav:hover *,
.row-rental-online .ft-hover-row.highlighted .icon:hover,
.row-rental-online .ft-hover-row.highlighted .icon:hover *,
.row-rental-online .ft-hover-row.highlighted .btn-grabber *:hover,
.row-rental-online .ft-hover-row.highlighted .btn-grabber *:hover *,
.row-rental-online .ft-hover-row.highlighted .hidden-toolset .iconnav:hover,
.row-rental-online .ft-hover-row.highlighted .hidden-toolset .iconnav:hover * {
  color: #838383 !important;
}
.row-rental-online.ft-hover-row:hover .icon.fa-chevron-left:hover,
.row-rental-online.ft-hover-row:hover .btn-grabber *.fa-chevron-left:hover,
.row-rental-online.ft-hover-row:hover .hidden-toolset .iconnav.fa-chevron-left:hover,
.row-rental-online .ft-hover-row.highlighted .icon.fa-chevron-left:hover,
.row-rental-online .ft-hover-row.highlighted .btn-grabber *.fa-chevron-left:hover,
.row-rental-online .ft-hover-row.highlighted .hidden-toolset .iconnav.fa-chevron-left:hover {
  color: rgba(var(--comp-list-color), 0.4) !important;
}
.row-rental-online.ft-hover-row:hover .hidden-tools:hover,
.row-rental-online .ft-hover-row.highlighted .hidden-tools:hover {
  background: white;
}
.row-rental-online.ft-hover-row:hover .hidden-tools:hover .hidden-toolset,
.row-rental-online .ft-hover-row.highlighted .hidden-tools:hover .hidden-toolset {
  background-color: rgba(var(--comp-list-color), 0.45) !important;
  border-left: 1px solid rgba(var(--comp-list-color), 0.5) !important;
}

.ft-comp-status {
  color: rgba(var(--comp-list-color), 1);
}

/* General Hover Row aside from custom opacities */
.ft-hover-row:hover,
.ft-hover-row.highlighted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid rgba(var(--comp-list-color), 0.5);
  border-bottom: 1px solid rgba(var(--comp-list-color), 0.5);
}

.blur {
  filter: blur(12px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blur-light {
  height: 100vh;
  filter: blur(5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section {
  width: 100%;
  padding: 0px 0 0 0;
  margin: 30px 0 100px 0;
  position: relative;
  height: auto;
}
.section.section-collapsed {
  margin-bottom: 43px;
}
.section:last-of-type {
  margin-bottom: 0;
}
.section h2.cma-title {
  color: #4c4c4c;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.section h2.cma-title .span {
  margin: 0 20px;
}
.section .mls-title-status {
  text-transform: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16.5px;
  color: #838383;
  text-align: center;
}
.section .mls-title-status .status-active,
.section .mls-title-status .status-sold,
.section .mls-title-status .status-pending,
.section .mls-title-status .status-under-contract {
  background: none;
}
.section .mls-title-status .status-active {
  color: #52bb73;
}
.section .mls-title-status .status-rental {
  color: #b83fcd;
  background-color: inherit;
}
.section .mls-title-status .status-sold {
  color: #cd2f20;
}
.section .mls-title-status .status-pending {
  color: #ead467;
}
.section .mls-title-status .status-under-contract {
  color: #e6a146;
}
.section h3 {
  color: #4c4c4c;
  font-size: 16px;
  margin-bottom: 8px;
}
.section .flexrow {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.section .flexrow .col-3 {
  width: 100%;
}
.section .flexrow .col-2 {
  width: calc(66.66% - 20px);
}
@media (max-width: 1200px) {
  .section .flexrow .col-2 {
    width: calc(66.66% - 15px);
  }
}
.section .flexrow .col-1 {
  width: calc(33.33% - 20px);
}
@media (max-width: 1200px) {
  .section .flexrow .col-1 {
    width: calc(33.33% - 15px);
  }
}
.section .vert-divider {
  border-left: 1px solid #e0e0e0;
  margin: 20px -0.5px 18px 0;
}
.section .vert-divider-dashed {
  border-right: 1px dashed #e5e5e5;
  margin: 0px 30px;
  width: 1px;
  height: auto;
}

/* .section */
.spacer {
  height: 30px;
}

.tag {
  padding: 0px 10px;
  margin: 0 10px 0 0;
  width: auto;
  height: 32px;
  text-align: center;
  position: relative;
  color: rgba(131, 131, 131, 0.9);
  border: 1px solid #e5e5e5;
  font-size: 0.9em;
  background: #f9f9f9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.tag:last-of-type {
  margin-right: 0;
}
.tag i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.tag i:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
}

.main-wrapper.locked {
  pointer-events: none;
}

hr.divider {
  border: none;
  border-top: 1px solid #e5e5e5;
  height: 1px;
}

.key {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row nowrap;
  text-transform: uppercase;
  font-size: 10px;
}
.key li {
  list-style: none;
  margin: 0 6px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.key .key-color,
.key .key-icon {
  margin: 0 5px;
}
.key .key-color {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.key .key-icon {
  font-size: 14px;
  line-height: 0;
}
.key .active {
  background: #52bb73;
}
.key .foreclosure {
  background: #942430;
}
.key .pending {
  background: #ead467;
}
.key .under-contract {
  background: #e6a146;
}
.key .sold {
  background: #cd2f20;
}
.key .off-market {
  background: #5e0b65;
}
.key .rental_mls {
  background: #b83fcd;
}
.key .rental-online {
  background: #b83fcd;
}
.key .vacant {
  background: #e5e5e5;
}

/* Source Badges */
.source-badge.source-mls {
  color: #ffffff;
  background: #00aeff;
}
.source-badge.source-mls i {
  color: #00e1ff;
}
.source-badge.source-public {
  color: #666666;
  background: #e0e0e0;
}
.source-badge.source-third {
  color: #666666;
  background: #ff877b;
}

.source-badge-rectangle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 75px;
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.1em;
  line-height: 1;
}
.source-badge-rectangle .mls-check {
  font-size: 2.1em;
  margin-right: 3px;
}
.source-badge-rectangle .source-name {
  font-size: 1.4em;
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.source-badge-rectangle.source-third {
  /* .third-party-tooltip */
}
.source-badge-rectangle.source-third .third-party-tooltip {
  position: absolute;
  width: 350px;
  font-size: 1.3em;
  left: 0;
  top: 43px;
}
.source-badge-rectangle.source-third .third-party-tooltip:after, .source-badge-rectangle.source-third .third-party-tooltip:before {
  left: 35px;
}
.source-badge-rectangle.source-third .third-party-tooltip h3 {
  margin-top: 0;
}
.source-badge-rectangle.source-third .third-party-tooltip h3 .fa-circle {
  color: #ff877b;
  margin-right: 4px;
}
.source-badge-rectangle.source-third .third-party-tooltip p {
  text-transform: none;
  margin-bottom: 5px;
}
.source-badge-rectangle.source-third:hover {
  cursor: pointer;
}
.source-badge-rectangle.source-third:hover .third-party-tooltip {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

/* .source-badge-rectangle */
.source-nav-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #666666;
  text-transform: uppercase;
  font-size: 0.6em;
  line-height: 1;
}
.source-nav-buttons .source-nav-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 4px;
}
.source-nav-buttons .btn-source {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 0 4px;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}
.source-nav-buttons .btn-source:last-of-type {
  margin-right: 0;
}
.source-nav-buttons .btn-source:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  cursor: pointer;
}
.source-nav-buttons .btn-source.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.source-nav-buttons .btn-source .source-icon {
  margin-right: 5px;
}

.source-icon {
  height: 17px;
  width: 4px !important;
  border: 1px solid black;
  margin: 0 0 0 4px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.source-icon.source-icon-mls {
  background: #00aeff;
  border-color: #0283c0;
}
.source-icon.source-icon-public {
  background: #e0e0e0;
  border-color: #bcbcbc;
  border-color: #bababa;
}
.source-icon.source-icon-third {
  background: #ff877b;
  border-color: #ffde3b;
}
.source-icon.source-icon-rental-available {
  background: #52bb73;
  border-color: #35844e;
}
.source-icon.source-icon-rental-unavailable {
  background: #cd2f20;
  border-color: #a31d10;
}

/* Alpha Statuses */
.status-active {
  background: rgba(82, 187, 115, 0.8);
}

.status-investor {
  background: rgba(0, 174, 255, 0.8);
}

.status-rental {
  background: #b83fcd;
}

.status-foreclosure {
  background: rgba(148, 36, 48, 0.8);
}

.status-sold {
  background: rgba(205, 47, 32, 0.8);
}

.status-under-contract {
  background: rgba(230, 161, 70, 0.9);
}

.status-pending {
  background: rgba(234, 212, 103, 0.9);
}

.status-before-after {
  background: rgba(76, 76, 76, 0.6);
}

/* 100% Opaque Statuses */
.status-active-opaque {
  background: #52bb73;
}

.status-foreclosure-opaque {
  background: #942430;
}

.status-sold-opaque {
  background: #cd2f20;
}

.status-under-contract-opaque {
  background: #e6a146;
}

.status-pending-opaque {
  background: #ead467;
}

.cluster {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  min-width: 25px;
  min-height: 25px;
  box-sizing: content-box;
  white-space: nowrap;
  padding: 9px;
  line-height: 1;
  display: inline-block;
  text-align: center;
  /* Maintain square ratio shape */
}
.cluster:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.cluster .cluster-text {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  font-size: 1.4em;
  display: inline-block;
  vertical-align: middle;
}
.cluster:hover {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cluster.cluster-deal {
  background: #00aeff;
  box-shadow: 0px 0px 0px 6px rgba(0, 174, 255, 0.3);
}
.cluster.cluster-active {
  background: #52bb73;
  box-shadow: 0px 0px 0px 6px rgba(82, 187, 115, 0.3);
}
.cluster.cluster-under-contract {
  background: #e6a146;
  box-shadow: 0px 0px 0px 6px rgba(230, 161, 70, 0.4);
}
.cluster.cluster-pending {
  background: #ead467;
  box-shadow: 0px 0px 0px 6px rgba(234, 212, 103, 0.3);
}
.cluster.cluster-sold {
  background: #cd2f20;
  box-shadow: 0px 0px 0px 6px rgba(205, 47, 32, 0.3);
}
.cluster.cluster-yellow {
  background: rgba(255, 239, 171, 0.4);
  box-shadow: 0px 0px 12px 12px rgba(255, 239, 171, 0.3);
}
.cluster.cluster-blue {
  background: rgba(0, 174, 255, 0.4);
  box-shadow: 0px 0px 12px 12px rgba(0, 174, 255, 0.3);
}
.cluster.cluster-red {
  background: rgba(255, 135, 123, 0.4);
  box-shadow: 0px 0px 12px 12px rgba(255, 135, 123, 0.3);
}
@media (max-width: 1200px) {
  .cluster.cluster-coverage {
    transform: scale(0.6);
  }
}
.cluster.cluster-small {
  transform: scale(0.6);
}
.cluster.cluster-small:hover {
  transform: scale(0.75);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* .map-cluster*/
.dot {
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.dot:hover, .dot.highlighted {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.dot.dot-active {
  border: 1px solid #35844e;
  background: #52bb73;
}
.dot.dot-pending {
  border: 1px solid #c2ae4b;
  background: #ead467;
}
.dot.dot-under-contract {
  border: 1px solid #bc8031;
  background: #e6a146;
}
.dot.dot-sold {
  border: 1px solid #a31d10;
  background: #cd2f20;
}
.dot.dot-deal {
  border: 1px solid #0283c0;
  background: #00aeff;
}

.price {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.9em;
  color: #353939;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.price span {
  font-size: 0.5em;
  padding-left: 2px;
  padding-bottom: 8px;
}
.price span .fa-arrow-alt-up {
  color: #52bb73;
}
.price span .fa-arrow-alt-down {
  color: #cd2f20;
}

.address,
.address h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3em;
  color: #4c4c4c;
}

.address-line1,
h1.address-line1 {
  margin-bottom: 0;
}

.address-line2 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #7f7f7f;
}
.address-line2 span {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #666666;
}

/* -- MISC ELEMENTS -- */
.actions {
  color: #bcbcbc;
}
.actions .action {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.actions .action:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.left-gradient {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  height: 100%;
  width: 15px;
}

.right-gradient {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 100%;
  width: 15px;
}

.top-gradient {
  position: absolute;
  top: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  height: 15px;
  width: 100%;
}

.bottom-gradient {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  height: 15px;
  width: 100%;
}

.quickstats-horiz-container {
  overflow: hidden;
  position: relative;
  width: auto;
  margin: 0 20px;
  padding: 0;
}

.quickstats-horiz {
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  scroll-behavior: smooth;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.quickstats-horiz::-webkit-scrollbar {
  display: none;
}
.quickstats-horiz li {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  padding: 3px 12px;
  white-space: nowrap;
}
.quickstats-horiz li span {
  display: block;
  white-space: nowrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.quickstats-horiz li span span {
  display: inline;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #929292;
  font-size: 0.9em !important;
  margin-left: 5px;
}
.quickstats-horiz li:last-child {
  border: none;
}

.quickstat {
  color: rgba(102, 102, 102, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.quickstat span {
  color: rgba(102, 102, 102, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.btn-agent,
.btn-expand {
  background: #ffffff;
  border: 2px solid #f4f4f4;
  width: 37px;
  height: 37px;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-agent .icon,
.btn-expand .icon {
  color: #00aeff;
  font-size: 1.1em;
}

.btn-expand .icon {
  font-size: 1.7em;
}

.btn-agent:hover,
.btn-expand:hover {
  cursor: pointer;
  background: #00aeff;
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-agent:hover .icon,
.btn-expand:hover .icon {
  color: #ffffff;
}

/* Webkit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
  -webkit-text-fill-color: #00aeff;
  transition: background-color 5000s ease-in-out 0s;
}

/* Moz */
input:autofill {
  filter: none;
}

.filter-input,
.form-input,
.form-textarea,
.formwrap form input {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1em;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(224, 224, 224, 0.6);
}
.filter-input.form-input-gray,
.form-input.form-input-gray,
.form-textarea.form-input-gray,
.formwrap form input.form-input-gray {
  color: rgba(76, 76, 76, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.filter-input:focus,
.form-input:focus,
.form-textarea:focus,
.formwrap form input:focus {
  outline: none !important;
}
.filter-input:focus::-webkit-input-placeholder,
.form-input:focus::-webkit-input-placeholder,
.form-textarea:focus::-webkit-input-placeholder,
.formwrap form input:focus::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.filter-input:focus:-moz-placeholder,
.form-input:focus:-moz-placeholder,
.form-textarea:focus:-moz-placeholder,
.formwrap form input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(102, 102, 102, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.filter-input:focus::-moz-placeholder,
.form-input:focus::-moz-placeholder,
.form-textarea:focus::-moz-placeholder,
.formwrap form input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(102, 102, 102, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.filter-input:focus:-ms-input-placeholder,
.form-input:focus:-ms-input-placeholder,
.form-textarea:focus:-ms-input-placeholder,
.formwrap form input:focus:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.filter-input:focus::placeholder,
.form-input:focus::placeholder,
.form-textarea:focus::placeholder,
.formwrap form input:focus::placeholder {
  color: rgba(102, 102, 102, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.form-textarea {
  border: 1px solid rgba(224, 224, 224, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  min-height: 200px;
  width: 100%;
  padding: 10px 15px;
  color: rgba(76, 76, 76, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.drag-drop-area {
  width: 450px;
  max-width: 80%;
  background: #f4f4f4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px dashed #666666;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 40px 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1.8;
}
.drag-drop-area span {
  flex: 0 0 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}

label.error-label {
  text-align: center;
}
label .error-hidden {
  color: #cd2f20;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
label .error {
  color: #cd2f20;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.input-centered {
  text-align: center;
}

.form-input-wrap {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.form-input-wrap .form-input-name,
.form-input-wrap label {
  margin-right: 15px;
}
.form-input-wrap label {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 0.85em;
  color: #838383;
}
.form-input-wrap .form-input {
  width: 100%;
}

.radio-line,
.checkbox-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.radio-line:hover,
.checkbox-line:hover {
  cursor: pointer;
}

/* Style Placeholder Text for Inputs */
::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(102, 102, 102, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(102, 102, 102, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(102, 102, 102, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

:-ms-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(102, 102, 102, 0.6);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.filter-select,
.form-select {
  /* Reset styles, including removing the default dropdown arrow */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid #e5e5e5;
  padding: 0px 24px 0px 8px;
  margin: 0;
  width: 100%;
  height: 28px;
  text-align: center;
  font-family: inherit;
  font-size: 0.9em;
  cursor: inherit;
  line-height: inherit;
  position: relative;
  color: rgba(131, 131, 131, 0.9);
  background: url(/images/chevron-down-solid-gray.svg) 93%/15% no-repeat #f9f9f9;
  background-size: 12px;
}
.filter-select::-ms-expand,
.form-select::-ms-expand {
  display: none; /* Hide the default arrow in Internet Explorer 10 and Internet Explorer 11 */
}
.filter-select:focus,
.form-select:focus {
  outline: none !important;
}

/* ---- NAVIGATION ---- */
.map-nav,
.topsearch-nav,
.mobile-topnav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 2px;
}
.map-nav a,
.topsearch-nav a,
.mobile-topnav a {
  /* this includes the Filter Button */
  padding: 0px 13px;
  text-align: center;
  color: #bcbcbc;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 1200px) {
  .map-nav a,
  .topsearch-nav a,
  .mobile-topnav a {
    font-size: 11px;
  }
}
@media (max-width: 1200px) {
  .map-nav a,
  .topsearch-nav a,
  .mobile-topnav a {
    padding: 0 8px;
  }
}
.map-nav a i,
.topsearch-nav a i,
.mobile-topnav a i {
  font-size: 21px;
  display: block;
  text-align: center;
  padding-bottom: 4px;
}
@media (max-width: 1200px) {
  .map-nav a i,
  .topsearch-nav a i,
  .mobile-topnav a i {
    font-size: 16px;
  }
}
.map-nav a i.btn-deals-dollar,
.topsearch-nav a i.btn-deals-dollar,
.mobile-topnav a i.btn-deals-dollar {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-style: normal;
}
.map-nav a:hover,
.topsearch-nav a:hover,
.mobile-topnav a:hover {
  color: #00aeff;
}
.map-nav a:hover.btn-deals,
.topsearch-nav a:hover.btn-deals,
.mobile-topnav a:hover.btn-deals {
  color: #52bb73;
}
.map-nav a.active,
.topsearch-nav a.active,
.mobile-topnav a.active {
  color: #00aeff;
}
.map-nav a.active.btn-deals,
.topsearch-nav a.active.btn-deals,
.mobile-topnav a.active.btn-deals {
  color: #52bb73;
}

.topsearch-nav {
  padding: 6px;
}
.topsearch-nav a {
  padding: 0 7px;
}
.topsearch-nav .vert-divider {
  height: 60px;
  width: 1px;
  background: #e5e5e5;
  margin: 0 7px;
}

.mobile-topnav a {
  color: rgba(131, 131, 131, 0.7);
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.mobile-topnav .navspace {
  width: 10px;
  height: 36px;
  margin: 0 20px 0 11px;
  border-right: 1px solid rgba(131, 131, 131, 0.3);
}
@media (min-width: 1200px) {
  .mobile-topnav {
    display: none;
  }
}

@media (max-width: 1200px) {
  .topnav .map-nav,
  .topnav .topsearch-nav {
    display: none;
  }
}

.topnav {
  background: #f9f9f9;
  position: fixed;
  width: 96.6%;
  width: calc(100% - 50px);
  z-index: 39;
  margin-left: 50px;
  padding: 0;
  /* Switch the nav to mobile view */
  /* .topnav-block */
}
@media (max-width: 1200px) {
  .topnav {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-top: 54px;
  }
}
.topnav .topnav-block {
  height: 80px;
  border-bottom: 1px solid #e0e0e0;
  /* .top-search */
}
.topnav .topnav-block .top-search {
  width: 60%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 20;
  /* .topsearch-form-container */
}
@media (max-width: 1200px) {
  .topnav .topnav-block .top-search {
    width: 100%;
  }
}
.topnav .topnav-block .top-search .topsearch-form-container {
  border: 1px solid #e0e0e0;
  background: rgba(224, 224, 224, 0.35);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  width: 325px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Style Placeholder Text for Inputs */
}
.topnav .topnav-block .top-search .topsearch-form-container input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: none;
  height: 37px;
  padding: 4px 10px;
  width: 323px;
  font-size: 0.85em;
  color: rgba(76, 76, 76, 0.8);
}
.topnav .topnav-block .top-search .topsearch-form-container input:focus {
  outline: none !important;
}
.topnav .topnav-block .top-search .topsearch-form-container input:focus::-webkit-input-placeholder {
  color: rgba(76, 76, 76, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topnav .topnav-block .top-search .topsearch-form-container input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(76, 76, 76, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topnav .topnav-block .top-search .topsearch-form-container input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(76, 76, 76, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topnav .topnav-block .top-search .topsearch-form-container input:focus:-ms-input-placeholder {
  color: rgba(76, 76, 76, 0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topnav .topnav-block .top-search .topsearch-form-container ::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(131, 131, 131, 0.5);
}
.topnav .topnav-block .top-search .topsearch-form-container :-moz-placeholder {
  /* Firefox 18- */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(131, 131, 131, 0.5);
}
.topnav .topnav-block .top-search .topsearch-form-container ::-moz-placeholder {
  /* Firefox 19+ */
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(131, 131, 131, 0.5);
}
.topnav .topnav-block .top-search .topsearch-form-container :-ms-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: rgba(131, 131, 131, 0.5);
}
.topnav .topnav-block .top-search .topsearch-form-container .search-icon {
  color: rgba(131, 131, 131, 0.7);
  padding-right: 7px;
  position: relative;
  font-size: 1.2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.topnav .topnav-block .top-search .topsearch-form-container .search-icon:hover {
  color: #00aeff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}
.topnav .topnav-block .top-search #free-form-auto-complete {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 58px;
  width: 325px;
  z-index: 20;
  font-size: 0.8em;
  color: rgba(76, 76, 76, 0.8);
  border: 1px solid #e0e0e0;
  border-top: none;
  background: #f4f4f4;
  background: #f0f0f0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 0;
  max-height: 63vh;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.topnav .topnav-block .top-search #free-form-auto-complete::-webkit-scrollbar {
  display: none;
}
.topnav .topnav-block .top-search #free-form-auto-complete div {
  padding: 7px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-content: flex-start;
}
.topnav .topnav-block .top-search #free-form-auto-complete div:hover {
  background: #e0e0e0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.topnav .topnav-block .top-search #free-form-auto-complete div span {
  font-size: 0.75em;
  color: rgba(76, 76, 76, 0.5);
  line-height: 1.3;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.topnav .topnav-block .top-search #free-form-auto-complete div.header-titles {
  position: fixed;
  width: 325px;
  background: #f0f0f0;
  font-size: 1em;
  color: rgba(76, 76, 76, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3);
  margin: -42px 0px 0 0px;
}
.topnav .topnav-block .top-search #free-form-auto-complete div.header-titles span {
  font-size: 1em;
  color: rgba(76, 76, 76, 0.8);
}
.topnav .topnav-block .top-search #free-form-auto-complete div.header-titles span em {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  font-size: 0.9em;
}
.topnav .topnav-block .top-search #free-form-auto-complete div.header-titles:hover {
  background: #f0f0f0;
  cursor: default;
}
.topnav .top-quickfilters {
  height: 100%;
  padding: 0px 15px 0 0;
  background: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  flex: 1 0 auto;
  /* Allows Flex Basis to work and fill area */
  width: 0px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* .top-quickfilter-scroll */
}
@media (max-width: 1200px) {
  .topnav .top-quickfilters {
    margin-left: 15px;
  }
}
.topnav .top-quickfilters .btn-edit-tags {
  color: #666666;
  z-index: 19;
  left: 6px;
  position: relative;
}
.topnav .top-quickfilters .btn-edit-tags:hover {
  color: #00aeff;
  cursor: pointer;
}
.topnav .top-quickfilters .left-gradient {
  background-image: linear-gradient(to right, rgb(249, 249, 249), rgba(249, 249, 249, 0));
  z-index: 9;
}
.topnav .top-quickfilters .right-gradient {
  background-image: linear-gradient(to right, rgba(249, 249, 249, 0), rgb(249, 249, 249));
  z-index: 9;
  right: 31px;
}
.topnav .top-quickfilters .gradient {
  height: calc(100% - 1px);
  width: 15px;
}
.topnav .top-quickfilters .top-quickfilter-scroll {
  flex: 1 0 auto;
  /* Allows Flex Basis to work and fill area */
  width: 0px;
  height: 100%;
  padding: 0px 0 0 15px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: scroll;
  /* Begin Scrollbar Patch */
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
  padding-bottom: 4px;
  /* End Scrollbar Patch */
}
.topnav .top-quickfilters .top-quickfilter-scroll::-webkit-scrollbar {
  /* width: 8px; */
  width: 7px;
}
.topnav .top-quickfilters .top-quickfilter-scroll::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
}
.topnav .top-quickfilters .top-quickfilter-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
.topnav .top-quickfilters .top-quickfilter-scroll::-webkit-scrollbar {
  /* height: 8px; */
  height: 7px;
}
.topnav .top-quickfilters .top-quickfilter-scroll .empty-space {
  width: 0px;
  flex: 0 0 auto;
  display: block;
  border: 1px solid rgba(249, 249, 249, 0);
}
.topnav .topnav-tray {
  height: 28px;
  padding: 0px 9px 0px 0px;
  width: 100%;
  position: relative;
  background: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 1200px) {
  .topnav .topnav-tray {
    height: auto;
  }
}
.topnav .topnav-tray .breadcrumbs {
  font-size: 12px;
  color: rgba(131, 131, 131, 0.8);
}
.topnav .topnav-tray .breadcrumbs .properties-found {
  color: #838383;
}
.topnav .topnav-tray .breadcrumbs strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.topnav .topnav-tray .breadcrumbs span {
  margin: 0 7px;
}
.topnav .topnav-tray .breadcrumbs span:first-of-type {
  margin-left: 0;
}
.topnav .topnav-tray .breadcrumbs span:last-of-type {
  margin-right: 0;
}
.topnav .topnav-tray .breadcrumbs a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #666666;
  text-decoration: none;
}
.topnav .topnav-tray .breadcrumbs a:hover {
  color: #00aeff;
}
@media (max-width: 1200px) {
  .topnav .topnav-tray .key {
    flex-wrap: wrap;
    justify-content: space-around;
    display: none;
  }
}

.list-view-container-v2 #PhotoModuleLTRicon {
  right: -24px !important;
  top: 0 !important;
  height: 24px;
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.list-view-container-v2 #PhotoModuleLTRicon #LongTermRentalSolidSVG {
  width: 1rem !important;
  height: 1rem !important;
}

.toolname-helper {
  color: #00aeff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

.tag-module {
  position: relative;
  width: auto;
  max-width: 170px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  background: #ffffff;
  margin-right: 10px;
  padding: 5px 15px;
  height: 63px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: center;
  flex: 1 0 auto;
}
.tag-module:last-of-type {
  margin-right: 0;
}
.tag-module.activetag, .tag-module:hover {
  background: rgba(229, 229, 229, 0.3);
  border-color: rgba(102, 102, 102, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.tag-module.activetag .tag-icon,
.tag-module.activetag .tag-name, .tag-module:hover .tag-icon,
.tag-module:hover .tag-name {
  color: rgba(131, 131, 131, 0.7);
}
.tag-module.activetag .tag-number, .tag-module:hover .tag-number {
  color: #00aeff;
}
.tag-module.activetag .tag-hide, .tag-module:hover .tag-hide {
  color: #666666;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media (max-width: 1200px) {
  .tag-module .tag-hide {
    color: rgba(102, 102, 102, 0.8) !important;
    display: block !important;
  }
}
.tag-module.quicktag-active.btn-active, .tag-module.id-tag.btn-active {
  background: #00aeff !important;
  border-color: #0283c0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tag-module.quicktag-active.btn-active .tag-hide, .tag-module.id-tag.btn-active .tag-hide {
  display: block !important;
}
.tag-module.quicktag-active.btn-active .tag-icon,
.tag-module.quicktag-active.btn-active .tag-number,
.tag-module.quicktag-active.btn-active .tag-name, .tag-module.id-tag.btn-active .tag-icon,
.tag-module.id-tag.btn-active .tag-number,
.tag-module.id-tag.btn-active .tag-name {
  color: #ffffff;
}
.tag-module.quicktag-active.btn-active .tag-icon-custom, .tag-module.id-tag.btn-active .tag-icon-custom {
  fill: #ffffff;
}
.tag-module.quicktag-active.btn-active .tag-color-block .tag-custom,
.tag-module.quicktag-active.btn-active .tag-hide, .tag-module.id-tag.btn-active .tag-color-block .tag-custom,
.tag-module.id-tag.btn-active .tag-hide {
  color: #0283c0;
}
.tag-module.quicktag-active.btn-active .tag-color-block .tag-custom:hover,
.tag-module.quicktag-active.btn-active .tag-hide:hover, .tag-module.id-tag.btn-active .tag-color-block .tag-custom:hover,
.tag-module.id-tag.btn-active .tag-hide:hover {
  color: #ffffff;
}
.tag-module .tag-module-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: calc(100% + 26px);
  padding-right: 3px;
  height: 13px;
  margin-top: -5px;
  justify-content: space-between;
}
.tag-module .tag-color-block {
  position: relative;
  top: -10px;
  left: 1px;
  white-space: nowrap;
}
.tag-module .tag-color-block .tag-color {
  font-size: 5px;
  margin-right: 0px; /* live site fix after module relative update */
  transform: none !important;
}
.tag-module .tag-color-block .tag-color:last-of-type {
  margin-right: 0;
}
.tag-module .tag-color-block .tag-color-test {
  width: 5px;
  height: 5px;
  display: inline-block;
  margin-right: 0px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tag-module .tag-color-block .tag-color-test.tag-custom {
  background: #00aeff;
}
.tag-module .tag-color-block .tag-color-test.tag-active {
  background: #52bb73;
}
.tag-module .tag-color-block .tag-color-test.tag-pending {
  background: #ead467;
}
.tag-module .tag-color-block .tag-custom {
  color: #00aeff;
}
.tag-module .tag-color-block .tag-active {
  color: #52bb73;
}
.tag-module .tag-color-block .tag-pending {
  color: #ead467;
}
.tag-module .tag-color-block .tag-under-contract {
  color: #e6a146;
}
.tag-module .tag-color-block .tag-sold {
  color: #cd2f20;
}
.tag-module .tag-move {
  position: absolute;
  top: -12px;
  right: -8px;
  font-size: 0.95em;
  z-index: 99;
  display: none;
}
.tag-module .tag-move .btn-tag-remove,
.tag-module .tag-move .btn-tag-add {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tag-module .tag-move .btn-tag-remove:hover,
.tag-module .tag-move .btn-tag-add:hover {
  cursor: pointer;
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tag-module .tag-move .btn-tag-remove {
  color: #cd2f20;
}
.tag-module .tag-move .btn-tag-add {
  color: #00aeff;
}
.tag-module .tag-hide {
  position: absolute;
  top: 1px;
  right: 4px;
  font-size: 0.75em;
  color: #666666;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tag-module .tag-hide:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  color: #838383 !important;
  cursor: pointer;
}
.tag-module .tag-top {
  position: relative;
  font-size: 1.2em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  /* Fill width to force name below */
  flex: 0 1 auto;
  height: 30px;
}
.tag-module .tag-icon {
  color: #929292;
  margin-right: 5px;
  font-size: 0.85em;
}
.tag-module .tag-icon.fa-stack {
  width: 22px;
}
.tag-module .tag-icon-custom {
  fill: #929292;
}
.tag-module .tag-number {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00aeff;
}
.tag-module .tag-name {
  text-align: center;
  font-size: 0.7em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #929292;
  line-height: 1;
  white-space: normal;
  height: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

/* .tag-module */
/* ----- FILTER MENU SECTION ----- */
.menu-overlay {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
  padding: 10px 0px 0px 30px;
  position: absolute;
  top: 0;
  z-index: 89;
  height: auto;
  max-height: 97vh;
  max-width: 1120px;
  width: 93vw;
  /* Avoid Highlights */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* .overlay-menu-container */
  /* .overlay-menu-container, .form-set */
  /* .filter-section-wide */
  /* .filter-section-three */
  /* .filter-section-four */
  /* .filter-section-five */
}
@media (max-width: 1500px) {
  .menu-overlay {
    font-size: 90%;
  }
}
@media (max-width: 1300px) {
  .menu-overlay {
    font-size: 85%;
  }
}
.menu-overlay .btn-close-overlay {
  transform: scale(0.7);
  right: -20px;
  top: -12px;
  z-index: 99;
}
@media (max-width: 1300px) {
  .menu-overlay .btn-close-overlay {
    transform: scale(0.73);
    right: -15px;
    top: -7px;
  }
}
.menu-overlay .gradient {
  width: calc(100% - 30px);
  max-width: 1060px;
  z-index: 9;
  height: 20px;
}
.menu-overlay .top-gradient {
  top: 4px;
}
.menu-overlay .bottom-gradient {
  bottom: 20px;
}
.menu-overlay .overlay-menu-container {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 46px;
  margin-bottom: 10px;
  padding: 0px 0px 20px 0;
  border: none;
  position: relative;
}
.menu-overlay .overlay-menu-container .overlay-menu-scroll {
  position: relative;
  width: 100%;
  padding-right: 14px;
  padding-top: 20px;
  margin-left: -4px;
  /* 78px margin top + 40px bottom height buffer + 97px filter nav height = 185px below */
  max-height: calc(97vh - 185px);
  overflow-x: hidden;
  overflow-y: scroll;
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
}
.menu-overlay .overlay-menu-container .overlay-menu-scroll::-webkit-scrollbar {
  /* width: 8px; */
  width: 7px;
}
.menu-overlay .overlay-menu-container .overlay-menu-scroll::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
}
.menu-overlay .overlay-menu-container .overlay-menu-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
.menu-overlay .overlay-menu-container,
.menu-overlay .form-set {
  font-size: 1em;
  color: rgba(131, 131, 131, 0.9);
  /* .filter-input and placeholders used to live here */
}
.menu-overlay .overlay-menu-container strong,
.menu-overlay .form-set strong {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-overlay .overlay-menu-container .filter-line,
.menu-overlay .overlay-menu-container .radio-line,
.menu-overlay .form-set .filter-line,
.menu-overlay .form-set .radio-line {
  margin: 8px 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.menu-overlay .overlay-menu-container .filter-radio,
.menu-overlay .overlay-menu-container .filter-checkbox,
.menu-overlay .form-set .filter-radio,
.menu-overlay .form-set .filter-checkbox {
  margin-right: 6px;
  color: rgba(102, 102, 102, 0.4);
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay .overlay-menu-container .filter-radio:hover,
.menu-overlay .overlay-menu-container .filter-checkbox:hover,
.menu-overlay .form-set .filter-radio:hover,
.menu-overlay .form-set .filter-checkbox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #00aeff;
}
.menu-overlay .overlay-menu-container .btn-active,
.menu-overlay .form-set .btn-active {
  background: none;
  color: #00aeff;
}
.menu-overlay .overlay-menu-container .filter-radio-line:hover,
.menu-overlay .overlay-menu-container .filter-checkbox-line:hover,
.menu-overlay .form-set .filter-radio-line:hover,
.menu-overlay .form-set .filter-checkbox-line:hover {
  cursor: pointer;
}
.menu-overlay .filter-section {
  margin: 30px 0 0 0;
}
.menu-overlay .filter-section:first-of-type {
  margin-top: 0;
}
.menu-overlay .filter-section .filter-choose .filter-line {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay .filter-section .filter-choose .filter-line.filter-choice-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay .filter-section-wide {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.menu-overlay .filter-section-wide .filter-title {
  flex: 1 0 100%;
}
.menu-overlay .filter-section-wide .filter-block {
  width: calc((100% - 40px) / 4);
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row nowrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 45px;
  /* .filter-options */
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-name {
  flex: 0 0 23%;
  text-align: right;
  font-size: 0.95em;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-name.filter-name-small {
  font-size: 0.75em;
  line-height: 1.2;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options {
  flex: 0 0 70%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row nowrap;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 0.95em;
  /* .filter-select used to live here */
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options .filter-input,
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options span {
  flex: 0 0 auto;
  position: relative;
  text-align: center;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options span {
  font-size: 0.95em;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options .filter-input {
  /* Number Input, Hide arrows from input field*/
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options .filter-input::-webkit-outer-spin-button, .menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options .filter-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options .filter-input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-lowhigh .filter-input {
  width: 42%;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-lowhigh span {
  width: 10%;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-ormore .filter-input {
  width: 57%;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-ormore span {
  width: 40%;
  text-align: right;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-checks {
  align-content: center;
}
.menu-overlay .filter-section-wide .filter-block .filter-wrap .filter-options.foptions-checks .filter-checkbox-line {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 0.9em;
}
.menu-overlay .filter-section-one {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menu-overlay .filter-section-one .filter-block {
  width: calc((100% - 60px) / 3);
}
.menu-overlay .filter-section-one .filter-title i {
  margin-left: 0;
}
.menu-overlay .filter-section-one .filter-title .fa-map-marker-alt {
  margin-left: 3px;
}
.menu-overlay .filter-section-one .filter-input {
  width: 70%;
}
.menu-overlay .filter-section-two {
  position: relative;
}
.menu-overlay .filter-section-two .inactive-message {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0, 174, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: -9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: default;
}
.menu-overlay .filter-section-two.inactive .filter-mls-deals > * {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  pointer-events: none;
}
.menu-overlay .filter-section-two.inactive:hover .inactive-message {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.menu-overlay .filter-section-two .filter-mls-deals {
  background: rgba(0, 174, 255, 0.17);
  background: #e0f7ff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
}
.menu-overlay .filter-section-two .filter-mls-deals .filter-title {
  text-align: center;
  justify-content: center;
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-amp {
  margin-left: 0px;
  margin-right: 10px;
  display: none;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-title-investor-activity {
  display: none;
}
.menu-overlay .filter-section-two .filter-mls-deals .fa-dollar-sign {
  color: rgba(0, 174, 255, 0.7);
  margin-right: 7px;
}
.menu-overlay .filter-section-two .filter-mls-deals .fa-clock {
  color: rgba(205, 47, 32, 0.7);
  color: #e6625e;
  margin-right: 7px;
  top: 2px;
  position: relative;
}
.menu-overlay .filter-section-two .filter-mls-deals .filter-radio-line .filter-radio {
  color: rgba(0, 174, 255, 0.5);
}
.menu-overlay .filter-section-two .filter-mls-deals .filter-radio-line .filter-radio.btn-active {
  color: #00aeff;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options {
  font-size: 0.9em;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .filter-radio-line {
  margin: 0 1.5%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .filter-input {
  border-color: rgba(0, 174, 255, 0.3);
  text-align: center;
  max-width: 70px;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options em {
  font-size: 0.9em;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .info-icon {
  margin-left: 3px;
  position: relative;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .info-icon .tooltip {
  top: calc(100% + 5px);
  left: -73px;
  width: 160px;
  white-space: nowrap;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .info-icon:hover .tooltip {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv-arv-wrap.filter-line .info-icon {
  pointer-events: none;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv-arv-wrap.filter-choice-active .info-icon {
  pointer-events: all;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv,
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .arv {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #00aeff;
  margin: 0 8px 0 8px;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv-arv-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  margin: 0 5px;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv-arv-slider .slider-dot {
  color: #00aeff;
  height: 13px;
  z-index: 9;
}
.menu-overlay .filter-section-two .filter-mls-deals .mls-options .umv-arv-slider .slider-line {
  background: rgba(0, 174, 255, 0.2);
  height: 3px;
  position: absolute;
  width: 100%;
  z-index: 7;
}
.menu-overlay .filter-section-three .btn-filter-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay .filter-section-three .btn-filter-tag .tag-icon,
.menu-overlay .filter-section-three .btn-filter-tag .fa-stack {
  margin-right: 7px;
  color: #e0e0e0;
  font-size: 1.4em;
  text-align: center;
  width: 25px;
}
.menu-overlay .filter-section-three .btn-filter-tag .fa-stack {
  font-size: 1.3em;
  height: 20px;
}
.menu-overlay .filter-section-three .btn-filter-tag .fa-stack i {
  top: -10px;
}
.menu-overlay .filter-section-three .btn-filter-tag .btn-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px;
  margin-right: 7px;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.95em;
}
.menu-overlay .filter-section-three .btn-filter-tag .btn-wrap .status-circle {
  font-size: 6px;
  margin-left: 6px;
  color: #ffffff;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: none;
}
.menu-overlay .filter-section-three .btn-filter-tag .btn-wrap.status-custom .status-circle {
  color: #00aeff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  display: inline;
}
.menu-overlay .filter-section-three .btn-filter-tag .btn-wrap.status-custom-long .tooltip {
  top: 100%;
  width: 240px;
  margin-left: -8px;
}
.menu-overlay .filter-section-three .btn-filter-tag .btn-wrap.status-custom-long:hover .tooltip {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.menu-overlay .filter-section-three .btn-filter-tag .tag-name {
  display: block;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.menu-overlay .filter-section-three .btn-filter-tag .icon-edit {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e0e0e0;
  font-size: 1.1em;
  position: relative;
  top: -4px;
}
.menu-overlay .filter-section-three .btn-filter-tag .icon-edit:hover {
  color: #666666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.menu-overlay .filter-section-three .btn-filter-tag:hover .btn-wrap {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #f4f4f4;
  color: rgba(131, 131, 131, 0.9);
}
.menu-overlay .filter-section-three .btn-filter-tag:hover .btn-wrap i {
  color: rgba(131, 131, 131, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-overlay .filter-section-three .btn-filter-tag.btn-active .btn-wrap {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00aeff;
  color: #ffffff;
}
.menu-overlay .filter-section-three .btn-filter-tag.btn-active .btn-wrap i {
  color: #ffffff;
}
.menu-overlay .filter-section-three .btn-filter-tag.btn-active .btn-wrap .status-circle {
  color: #ffffff;
}
.menu-overlay .filter-section-three .btn-filter-tag:hover .icon-edit {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.menu-overlay .filter-section-four .filter-block {
  width: calc((100% - 100px) / 4);
}
.menu-overlay .filter-section-five .filter-block {
  width: 100%;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap {
  justify-content: flex-start;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap strong {
  margin-right: 15px;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line {
  flex: 0 0 auto;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options {
  flex: 0 0 auto;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options .filter-select {
  width: 170px;
  margin-right: 30px;
  margin-left: 10px;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options.foptions-lowhigh {
  margin-left: 10px;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options.foptions-lowhigh .filter-input {
  width: 100px;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options.foptions-lowhigh span {
  width: 40px;
}
.menu-overlay .filter-section-five .filter-block .filter-wrap .filter-line .filter-options.foptions-tags .filter-input {
  margin: 0 15px;
  width: 200px;
  text-align: left;
}
.menu-overlay .filter-column-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.menu-overlay .filter-column-wrap .filter-column {
  margin-right: 30px;
}
.menu-overlay .filter-column-wrap .filter-column:last-of-type {
  margin-right: 0;
}
.menu-overlay .filter-nav {
  position: relative;
  padding-bottom: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.menu-overlay .filter-nav .button {
  display: inline-block;
}
.menu-overlay .filter-nav .filter-nav-left .button {
  margin: 0 5px 0 0;
}
.menu-overlay .filter-nav .filter-nav-left .button:last-of-type {
  margin-right: 0;
}

/* .menu-overlay */
#filter-menu {
  /* Adjust area above scroll section for Filter Menu */
}
#filter-menu .filter-menu-title {
  padding-right: 30px;
  z-index: 99;
  top: -22px;
  position: absolute;
  width: 100%;
}
#filter-menu .filter-menu-title i {
  margin-left: 10px;
}
#filter-menu .overlay-menu-container {
  padding-top: 15px;
}
#filter-menu .top-gradient {
  top: 19px;
}
#filter-menu .menu-savebox-flexcontainer {
  -webkit-border-radius: 0 0 15px 15px;
  -moz-border-radius: 0 0 15px 15px;
  -ms-border-radius: 0 0 15px 15px;
  border-radius: 0 0 15px 15px;
}
#filter-menu .menu-savebox-flexcontainer .top-gradient {
  top: 70px;
  left: 30px;
}
#filter-menu .menu-savebox-flexcontainer .bottom-gradient {
  bottom: 77px;
}
#filter-menu .menu-savebox-flexcontainer .savebox-menu-scroll {
  padding: 20px 0;
}

#main-container {
  height: 100%;
  overflow: hidden;
}
#main-container #views {
  height: 100%;
}

/* ---- GRID VIEW ---- */
.grid-view-container {
  background: rgba(255, 255, 255, 0.7);
  background: #ffffff;
  width: calc(100vw - 50px);
  position: relative;
  border: none;
  margin-left: 50px;
  padding: 0;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.22);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Invisible handle, transparent to Grabber */
}
@media (max-width: 1200px) {
  .grid-view-container {
    margin-left: 0px;
    padding-top: calc(28px + 54px - 30px);
    width: calc(100vw - 0px);
  }
}
.grid-view-container .search-view-nav {
  width: calc(100% - 0px);
}
.grid-view-container .search-view-nav .button-set {
  padding-left: 21px;
  padding-right: 21px;
}
.grid-view-container .search-view-nav .mp-list-export-nav {
  display: none;
}
.grid-view-container .filter-search-options {
  left: 328px;
}
.grid-view-container .filter-search-options:after, .grid-view-container .filter-search-options:before {
  left: 142px;
}
.grid-view-container .ui-resizable-handle,
.grid-view-container .ui-resizable-e {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
  /* Begin Scrollbar Patch */
  display: none;
  /* End Scrollbar Patch */
}
.grid-view-container .grabber {
  background: rgba(244, 244, 244, 0.5);
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  width: 10px;
  min-width: 10px;
  max-width: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid-view-container .grabber .grabber-burger {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  padding: 3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}
.grid-view-container .grabber .grabber-burger .grab-line {
  background: #e0e0e0;
  width: 1px;
  height: 100%;
}
.grid-view-container .grabber.grabber-hover {
  background: rgba(102, 102, 102, 0.5);
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.grid-view {
  background: none;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  /* Flex Grid */
  /* .property-module */
}
.grid-view > * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  flex: 0 0 31.33%;
  margin: 1%;
}
.grid-view .property-module {
  min-width: 400px; /* if changed, adjust grid breaks in header file */
}
@media (max-width: 1780px) {
  .grid-view .property-module {
    min-width: 350px;
  }
}
.grid-view .property-module .btn-gallery-expand,
.grid-view .property-module .btn-checkbox {
  display: none !important;
}

/* .grid-view */
.split-view-container {
  width: 70%;
}
.split-view-container .search-view-nav .button-set {
  padding-left: 14px;
  padding-right: 14px;
}
.split-view-container .filter-search-options {
  left: 21px;
}
.split-view-container .filter-search-options:after, .split-view-container .filter-search-options:before {
  left: 53px;
}

.split-view-container,
.grid-view-container {
  z-index: 30; /* bring above the map nav buttons */
}
.split-view-container .search-view-nav .btn-select-all-properties,
.split-view-container .search-view-nav .nav-toolset,
.split-view-container .search-view-nav .btn-list-view-expand,
.grid-view-container .search-view-nav .btn-select-all-properties,
.grid-view-container .search-view-nav .nav-toolset,
.grid-view-container .search-view-nav .btn-list-view-expand {
  display: none; /* Hide here, but show again in List View */
}
.split-view-container .search-view-nav .source-nav-buttons,
.grid-view-container .search-view-nav .source-nav-buttons {
  display: none;
}

/* Hide Nav-Toolset Toolname Helper from Varkous Views */
.split-view-container .toolname-helper,
.map-view-container .toolname-helper,
.grid-view-container .toolname-helper,
.list-view-container-v2 .toolname-helper {
  display: none !important;
}

/* List View v2 */
.list-view-container-v2 {
  width: 550px;
  height: 100vh; /* needed for vert scroll */
  margin-left: calc((50px) + 0px);
  /* Reinvent this as a button */
  /* Common Nav Tools for Both List Views */
  /* &.list-view-condensed, &.list-view-expanded Common Tools for Both List Views */
  /* Narrower Version of List View */
  /* .list-view-condensed */
  /* Wider Version of List View */
  /* .list-view-expanded */
}
@media (max-width: 1200px) {
  .list-view-container-v2 {
    margin-left: 0px;
  }
}
.list-view-container-v2 .source-nav-buttons {
  display: none;
}
.list-view-container-v2 .search-view-nav {
  padding-right: 17px;
}
.list-view-container-v2 .search-view-nav .btn-select-all-properties,
.list-view-container-v2 .search-view-nav .btn-list-view-expand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* Show here, these are hidden in Grid and Split Views */
}
.list-view-container-v2 .btn-list-view-expand,
.list-view-container-v2 .btn-list-view-condense {
  margin-right: -7px;
}
.list-view-container-v2 .btn-list-view-expand.button,
.list-view-container-v2 .btn-list-view-condense.button {
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 4.5px;
}
.list-view-container-v2 .btn-list-view-expand.button i,
.list-view-container-v2 .btn-list-view-condense.button i {
  position: relative;
  top: -1px;
  font-size: 1em;
  margin-left: 4px;
  margin-right: 0;
}
.list-view-container-v2 .btn-list-view-expand.button {
  color: #00aeff;
}
.list-view-container-v2 .btn-list-view-expand.button:hover {
  color: #ffffff;
}
.list-view-container-v2 .btn-list-view-condense.button i {
  margin-left: 0;
  margin-right: 4px !important;
}
.list-view-container-v2.list-view-condensed, .list-view-container-v2.list-view-expanded {
  /* .search-view-nav */
}
.list-view-container-v2.list-view-condensed .search-view-nav, .list-view-container-v2.list-view-expanded .search-view-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* New Buttons instead of Icons */
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set, .list-view-container-v2.list-view-expanded .search-view-nav .button-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  padding: 5px 0px;
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .button, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .button {
  display: inline-block;
  margin: 0 3px;
  width: 30px;
  padding: 4px;
  /* Hide text from buttons */
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .button span, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .button span {
  font-size: 0;
  display: none;
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .button i, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .button i {
  margin-right: 0;
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .btn-property-edit,
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .btn-property-notes, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .btn-property-edit,
.list-view-container-v2.list-view-expanded .search-view-nav .button-set .btn-property-notes {
  display: none;
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .nav-toolset, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .nav-toolset {
  padding: 0;
  margin: 0;
}
.list-view-container-v2.list-view-condensed .search-view-nav .button-set .nav-toolset .toolset, .list-view-container-v2.list-view-expanded .search-view-nav .button-set .nav-toolset .toolset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
.list-view-container-v2.list-view-condensed .filter-search-options, .list-view-container-v2.list-view-expanded .filter-search-options {
  left: 134px;
}
.list-view-container-v2.list-view-condensed .filter-search-options:after, .list-view-container-v2.list-view-condensed .filter-search-options:before, .list-view-container-v2.list-view-expanded .filter-search-options:after, .list-view-container-v2.list-view-expanded .filter-search-options:before {
  left: 56px;
}
.list-view-container-v2.list-view-condensed .nav-toolset, .list-view-container-v2.list-view-expanded .nav-toolset {
  text-align: left;
  margin-left: 10px;
}
.list-view-container-v2.list-view-condensed .nav-toolset .btn-add-to-list i, .list-view-container-v2.list-view-expanded .nav-toolset .btn-add-to-list i {
  top: 1px;
}
.list-view-container-v2.list-view-condensed .nav-toolset a.iconnav, .list-view-container-v2.list-view-expanded .nav-toolset a.iconnav {
  color: #666666;
  color: #00aeff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 3px;
  font-size: 0.95em;
}
.list-view-container-v2.list-view-condensed .nav-toolset a.iconnav:hover, .list-view-container-v2.list-view-expanded .nav-toolset a.iconnav:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00aeff;
  cursor: pointer;
}
.list-view-container-v2.list-view-condensed .nav-toolset a.iconnav span, .list-view-container-v2.list-view-expanded .nav-toolset a.iconnav span {
  display: none;
}
.list-view-container-v2.list-view-condensed {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* .property-listing */
}
.list-view-container-v2.list-view-condensed .property-listing {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: block;
  /* .image-block */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
}
.list-view-container-v2.list-view-condensed .property-listing .btn-checkbox {
  color: rgba(188, 188, 188, 0.8);
  color: #e0e0e0;
  color: rgba(188, 188, 188, 0.8);
}
.list-view-container-v2.list-view-condensed .property-listing .btn-checkbox.active {
  color: #00aeff;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block {
  width: 135px;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block .status {
  font-size: 0.7em;
  -webkit-border-radius: 3px 0 3px 0;
  -moz-border-radius: 3px 0 3px 0;
  -ms-border-radius: 3px 0 3px 0;
  border-radius: 3px 0 3px 0;
  padding: 5px 7px;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block .status span {
  display: none;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block .status .icon-investor-comp {
  display: none;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block .like-nav,
.list-view-container-v2.list-view-condensed .property-listing .image-block .photo-nav-wrapper {
  display: none;
}
.list-view-container-v2.list-view-condensed .property-listing .image-block .photo-module,
.list-view-container-v2.list-view-condensed .property-listing .image-block .gallery,
.list-view-container-v2.list-view-condensed .property-listing .image-block .simple-gallery .large-image {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: auto;
  min-height: 111px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: space-between;
  height: 111px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .source-block .mls-logo {
  max-height: 10px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .price-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .price {
  font-size: 1.5em;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .corner-info {
  font-size: 0.55em;
  color: #929292;
  text-align: right;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .address {
  font-size: 1em;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .address .address-line1 {
  padding-bottom: 3px;
  margin-top: -1px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .address .address-line2-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -6px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .address .address-line2 {
  font-size: 0.8em;
  color: #666666;
  position: relative;
  margin-top: 3px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .address .address-line2 span {
  display: none;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .nav-toolset {
  text-align: right;
  justify-content: center;
  margin-top: 0px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .nav-toolset a.iconnav {
  color: #bcbcbc;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 3px;
  font-size: 0.95em;
  font-size: 0.9em;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .nav-toolset a.iconnav:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00aeff;
  cursor: pointer;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .nav-toolset a.iconnav span {
  display: none;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .quickstats {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .quickstats .quickstat {
  text-transform: uppercase;
  font-size: 0.75em;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .quickstats .quickstat span {
  margin-right: 4px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .source-block {
  color: rgba(102, 102, 102, 0.8);
  font-size: 0.55em;
  margin-top: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .source-block .source-badge {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 77px;
  height: 14px;
  margin-right: 7px;
  text-align: center;
  justify-content: center;
  line-height: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.list-view-container-v2.list-view-condensed .property-listing .list-light-info .source-block .source-badge i {
  margin-right: 3px;
  line-height: 0;
}
.list-view-container-v2.list-view-expanded {
  width: 90vw;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Re-adjust the hidden tools nav with the addition of collapsed Data Source column */
}
@media (max-width: 1200px) {
  .list-view-container-v2.list-view-expanded {
    width: 100vw;
  }
}
.list-view-container-v2.list-view-expanded .source-nav-buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.list-view-container-v2.list-view-expanded .hidden-tools {
  right: -129px;
}
@media (max-width: 1500px) {
  .list-view-container-v2.list-view-expanded .hidden-tools {
    right: -127px;
  }
}
@media (max-width: 1300px) {
  .list-view-container-v2.list-view-expanded .hidden-tools {
    right: -160px;
  }
}
.list-view-container-v2.list-view-expanded .hidden-tools:hover {
  right: 0px;
  border-right: 0;
}
.list-view-container-v2 .list-view {
  width: calc(100% - 10px);
  overflow-y: scroll;
  /* Begin Scrollbar Patch */
  /* Updated 10/22 */
  width: calc(100% - 1px);
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
  padding-right: 5px;
  padding-top: 0;
  padding-bottom: 80px;
  margin-top: calc(80px + 28px + 30px);
  /* End Scrollbar Patch */
}
.list-view-container-v2 .list-view::-webkit-scrollbar {
  width: 6px;
}
.list-view-container-v2 .list-view::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 10px;
  margin-bottom: 0px;
}
.list-view-container-v2 .list-view::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
.list-view-container-v2 .list-view::-webkit-scrollbar {
  /* height: 8px; */
  height: 6px;
}

/* .list-view-container-v2 */
/* -- Shared Button Items -- */
.list-view-condensed .btn-text,
.list-view-expanded .btn-text,
.mp-folder-wrap .btn-text {
  color: #929292;
  text-align: left;
  font-size: 0.7em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.list-view-condensed .btn-text.btn-list-view-expand, .list-view-condensed .btn-text.btn-list-view-condense,
.list-view-expanded .btn-text.btn-list-view-expand,
.list-view-expanded .btn-text.btn-list-view-condense,
.mp-folder-wrap .btn-text.btn-list-view-expand,
.mp-folder-wrap .btn-text.btn-list-view-condense {
  text-transform: uppercase;
  text-align: right;
  color: #00aeff;
}
.list-view-condensed .btn-text.btn-list-view-expand i, .list-view-condensed .btn-text.btn-list-view-condense i,
.list-view-expanded .btn-text.btn-list-view-expand i,
.list-view-expanded .btn-text.btn-list-view-condense i,
.mp-folder-wrap .btn-text.btn-list-view-expand i,
.mp-folder-wrap .btn-text.btn-list-view-condense i {
  margin-left: 4px;
  line-height: 0;
}
.list-view-condensed .btn-text.btn-list-view-expand:hover, .list-view-condensed .btn-text.btn-list-view-condense:hover,
.list-view-expanded .btn-text.btn-list-view-expand:hover,
.list-view-expanded .btn-text.btn-list-view-condense:hover,
.mp-folder-wrap .btn-text.btn-list-view-expand:hover,
.mp-folder-wrap .btn-text.btn-list-view-condense:hover {
  color: #00aeff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-view-condensed .btn-text.btn-list-view-condense i,
.list-view-expanded .btn-text.btn-list-view-condense i,
.mp-folder-wrap .btn-text.btn-list-view-condense i {
  margin-left: 0;
  margin-right: 4px;
}
.list-view-condensed .btn-select-all-properties,
.list-view-expanded .btn-select-all-properties,
.mp-folder-wrap .btn-select-all-properties {
  margin-left: 10px;
  width: 163px;
  margin-right: 0;
}
.list-view-condensed .btn-select-all-properties i,
.list-view-expanded .btn-select-all-properties i,
.mp-folder-wrap .btn-select-all-properties i {
  color: #bcbcbc;
}
.list-view-condensed .btn-select-all-properties:hover,
.list-view-expanded .btn-select-all-properties:hover,
.mp-folder-wrap .btn-select-all-properties:hover {
  color: #00aeff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-view-condensed .btn-select-all-properties:hover i,
.list-view-expanded .btn-select-all-properties:hover i,
.mp-folder-wrap .btn-select-all-properties:hover i {
  color: #00aeff;
}
.list-view-condensed .btn-select-all-properties.active,
.list-view-expanded .btn-select-all-properties.active,
.mp-folder-wrap .btn-select-all-properties.active {
  color: #00aeff;
}
.list-view-condensed .btn-select-all-properties.active i,
.list-view-expanded .btn-select-all-properties.active i,
.mp-folder-wrap .btn-select-all-properties.active i {
  color: #00aeff;
}
.list-view-condensed .btn-select-all-properties i,
.list-view-expanded .btn-select-all-properties i,
.mp-folder-wrap .btn-select-all-properties i {
  font-size: 1.4em;
  margin-right: 6px;
  color: #e0e0e0;
}

/* Shared Button Items */
/* Grid Break Classes for Grid View - Added/Removed with jQuery */
.gridbreak4 {
  /* 2060px breakpoint */
}
.gridbreak4 > * {
  flex: 0 0 23%;
}
.gridbreak4 .agent-card-pro {
  flex: 0 0 23% !important;
  /* use Important to max out width of items on the bottom row and control overall width */
}
.gridbreak4 .agent-card-standard {
  flex: 0 0 10.5% !important;
}
.gridbreak4 .property-module .LTR-rent-range-price .rent-price {
  font-size: 1rem !important;
}

.gridbreak3 {
  /* 2060px breakpoint */
}
.gridbreak3 > * {
  flex: 0 0 31.33%;
}
.gridbreak3 .property-module {
  font-size: 95% !important;
}
.gridbreak3 .property-module .LTR-rent-range-price .rent-price {
  font-size: 1rem !important;
}
.gridbreak3 .agent-card-pro {
  flex: 0 0 31.33% !important;
}
.gridbreak3 .agent-card-standard {
  flex: 0 0 14.64% !important;
}

.gridbreak2 {
  /* OG 1420px breakpoint */
  /* 1360px breakpoint */
}
.gridbreak2 > * {
  /*@include rb;*/
  flex: 0 0 48%;
}
.gridbreak2 .property-module {
  font-size: 93% !important;
}
.gridbreak2 .property-module .LTR-rent-range-price .rent-price {
  font-size: 1rem !important;
}
.gridbreak2 .agent-card-pro {
  flex: 0 0 48% !important;
}
.gridbreak2 .agent-card-standard {
  /* flex: 0 0 18%!important; */
  flex: 0 0 23% !important;
}

.gridbreak2b {
  /* 1020px breakpoint - Agent area only */
}
.gridbreak2b .agent-card-pro {
  flex: 0 0 48% !important;
}
.gridbreak2b .agent-card-standard {
  flex: 0 0 23% !important;
}

.gridbreak1 {
  /* OG 976px breakpoint */
  /* 925px breakpoint */
}
.gridbreak1 > * {
  flex: 0 0 100%;
  margin: 1.5% 1%;
}
.gridbreak1 .agent-card-pro {
  flex: 0 0 48% !important;
}
.gridbreak1 .agent-card-standard {
  flex: 0 0 23% !important;
}

.gridbreak1b {
  /* 700px breakpoint - Agent area only */
}
.gridbreak1b .agent-card-pro {
  flex: 0 0 114% !important;
}
.gridbreak1b .agent-card-standard {
  flex: 0 0 48% !important;
}

/* SEARCH VIEW NAV BUTTONS */
.view-container {
  /* .grid-view, .split-view */
}
.view-container .grid-view,
.view-container .split-view {
  padding-top: calc(80px + 28px + 45px);
  /* Begin Scrollbar Patch */
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
  padding-top: 13px;
  padding-bottom: 14px;
  padding-right: 0px;
  padding-left: 15px;
  margin-right: 6px;
  margin-top: calc(80px + 28px + 31px);
  /* Scrollbar Placment Improvments 10/22 */
  padding: 13px 0 13px 11px;
  padding-bottom: calc(80px + 28px + 44px);
  margin-right: 4px;
  margin-top: calc(80px + 28px + 33px);
  /* End Scrollbar Patch */
}
.view-container .grid-view::-webkit-scrollbar,
.view-container .split-view::-webkit-scrollbar {
  width: 6px;
}
.view-container .grid-view::-webkit-scrollbar-track,
.view-container .split-view::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 22px;
  margin-bottom: 154px;
}
.view-container .grid-view::-webkit-scrollbar-thumb,
.view-container .split-view::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .view-container .grid-view,
  .view-container .split-view {
    --scrollbargrayBG: rgba(255, 255, 255, 0);
    --thumbgrayBG: #e1e1e1;
    padding-top: 13px;
    margin-top: calc(80px + 54px + 7px);
    padding-bottom: calc(80px + 28px + 90px) !important;
  }
  .view-container .grid-view::-webkit-scrollbar-track,
  .view-container .split-view::-webkit-scrollbar-track {
    background: var(--scrollbargrayBG);
    margin-top: 22px;
    margin-bottom: 207px;
  }
}
.view-container .grid-view {
  margin-top: calc(80px + 28px + 31px);
  padding-bottom: calc(80px + 28px + 39px);
}

.search-view-nav {
  background: #f9f9f9;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  z-index: 33;
  top: calc(80px + 28px + 0px);
  width: calc(100% - 10px);
}
@media (max-width: 1200px) {
  .search-view-nav {
    top: calc(80px + 28px + 54px);
  }
}
.search-view-nav .source-nav-buttons {
  margin-left: 20px;
}
.search-view-nav .button-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  padding: 5px 10px;
}
.search-view-nav .btn-filter-search .up-arrow {
  margin-right: 0px;
}

/* .search-view-nav */
/* ---- Filter Search Options ---- */
.filter-search-options {
  position: absolute;
  z-index: 35;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 15px;
  width: 95%;
  max-width: 300px;
  min-height: 215px;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  top: calc(80px + 28px + 40px);
  /* .option-blocks */
}
@media (max-width: 1500px) {
  .filter-search-options {
    font-size: 90%;
  }
}
@media (max-width: 1300px) {
  .filter-search-options {
    font-size: 85%;
  }
}
@media (max-width: 1200px) {
  .filter-search-options {
    top: calc(80px + 28px + 94px);
  }
}
.filter-search-options .option-blocks .block {
  max-height: 260px;
  overflow: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  padding: 10px 0;
}
.filter-search-options .option-blocks .block::-webkit-scrollbar {
  display: none;
}
.filter-search-options .gradient {
  margin-left: -15px;
}
.filter-search-options .top-gradient {
  margin-top: 50px;
}
.filter-search-options .bottom-gradient {
  margin-bottom: 15px;
}
.filter-search-options:after, .filter-search-options:before {
  bottom: 100%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.filter-search-options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.filter-search-options:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e0e0e0;
  border-width: 11px;
  margin-left: -11px;
}
.filter-search-options .savebox-title .fa-long-arrow-alt-up {
  margin-right: -10px;
}
.filter-search-options .option-blocks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.filter-search-options .option-blocks .block {
  width: 100%;
  margin-bottom: 0;
}
.filter-search-options .option-blocks .block p {
  text-align: center;
  font-size: 1em;
  color: rgba(131, 131, 131, 0.8);
}
.filter-search-options .option-blocks .block .sort-list {
  padding: 0;
  margin: 0;
}
.filter-search-options .option-blocks .block .sort-list li {
  padding: 7px;
  list-style: none;
  color: #838383;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #e5e5e5;
  height: 38px;
  font-size: 0.9em;
}
.filter-search-options .option-blocks .block .sort-list li:last-of-type {
  border-bottom: 0;
}
.filter-search-options .option-blocks .block .sort-list li .sort-direction {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.filter-search-options .option-blocks .block .sort-list li .sort-direction .button {
  margin: 0 0 0 5px;
  padding: 6px 10px;
}
.filter-search-options .option-blocks .block .sort-list li .sort-direction .button i {
  margin: 0;
}
.filter-search-options .option-blocks .block .sort-list li:hover, .filter-search-options .option-blocks .block .sort-list li.active-item {
  cursor: pointer;
  color: #00aeff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  background: #f9f9f9;
  padding-left: 10px;
}
.filter-search-options .option-blocks .block .sort-list li:hover .sort-direction, .filter-search-options .option-blocks .block .sort-list li.active-item .sort-direction {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.filter-search-options .option-blocks .block .sort-list li:hover .sort-direction .button:hover, .filter-search-options .option-blocks .block .sort-list li.active-item .sort-direction .button:hover {
  background: white;
  border-color: #e0e0e0;
  cursor: pointer;
  color: #00aeff;
}
.filter-search-options .option-blocks .block .sort-list li.active-item .button.active {
  background: white;
  border-color: #e0e0e0;
  cursor: pointer;
  color: #00aeff;
}
.filter-search-options .savebox-nav {
  justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.filter-search-options .savebox-nav .button {
  justify-content: center;
  width: 120px;
  font-size: 0.9em;
}

/* .filter-search-options */
/* ---- PHOTO MODULE ---- */
.image-block {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden; /* Overflow hidden to avoid disruption of other elements */
}
.image-block .status {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 19;
  -webkit-border-radius: 13px 0 10px 0;
  -moz-border-radius: 13px 0 10px 0;
  -ms-border-radius: 13px 0 10px 0;
  border-radius: 13px 0 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.image-block .status > span {
  font-size: 0.55em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-transform: none;
  margin-left: 10px;
}
.image-block .status .icon-investor-comp {
  font-size: 0.7em;
  margin-right: 5px;
  margin-left: -5px;
  background: none;
}
.image-block .status .icon-investor-comp .fa-stack i {
  background: none;
}
.image-block .status .icon-investor-comp .status-active {
  color: #35844e;
}
.image-block .status .icon-investor-comp .status-sold {
  color: #a31d10;
}
.image-block .status .icon-investor-comp .status-pending {
  color: #c2ae4b;
}
.image-block .status .icon-investor-comp .status-under-contract {
  color: #bc8031;
}
.image-block .status .icon-investor-comp .status-rental-mls,
.image-block .status .icon-investor-comp .status-rental_mls,
.image-block .status .icon-investor-comp .status-rental {
  color: #7b0c8f;
}
.image-block .status .icon-investor-comp .status-rental-online {
  color: #7b0c8f;
}

/* .image-block */
.image-thumb {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.image-thumb .image-wrap {
  width: 100%;
  height: 100%;
  background: url(/images/house-0-00-thumb.jpg) no-repeat center top;
  background-size: cover;
}
.image-thumb .status {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  padding: 3px 4px;
  font-size: 10px;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.photo-module {
  width: 100%;
  position: relative;
  /* .like-nav */
  /* photo-nav-wrapper */
  /* Main Gallery Div - holds all gallery views */
}
.photo-module .photo-nav-block {
  position: absolute;
  color: #ffffff;
  padding: 5px;
  display: block;
  z-index: 19;
}
.photo-module .photo-nav-block a {
  color: #ffffff;
  margin: 0px;
  padding: 5px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: inline-block;
  text-decoration: none;
}
.photo-module .photo-nav-block a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
@media (min-width: 992px) {
  .photo-module .photo-nav-block a:hover {
    transform: scale(1.2, 1.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.photo-module .photo-nav-block .btnactive {
  color: #ffffff;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.photo-module .photo-nav-block > div {
  width: auto;
  display: inline-block;
  padding: 2px 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.photo-module .photo-nav-block > div:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(30, 33, 33, 0.5);
}
.photo-module .like-nav-open {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(30, 33, 33, 0.8) !important;
}
.photo-module .like-nav {
  right: 0px;
  top: 0px;
}
.photo-module .like-nav a {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.photo-module .like-nav:hover {
  cursor: pointer;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.photo-module .like-nav:hover a {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.photo-module .like-nav .btn-favorite.active {
  top: -1px;
  position: relative;
}
.photo-module .like-nav div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .like-nav div.like-nav-open .like-dropdown-menu {
  display: block;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  /* Allows dropdown menu within to scroll */
  max-height: 234px;
  margin-bottom: 7px;
}
.photo-module .like-nav .like-dropdown-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: none;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-left: 8px;
  padding-right: 5px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 0px solid var(--scrollbargrayBG);
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: rgba(99, 99, 99, 0.8);
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border-color: var(--scrollbargrayBG);
}
.photo-module .like-nav .like-dropdown-menu::-webkit-scrollbar {
  width: 3px;
}
.photo-module .like-nav .like-dropdown-menu::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 4px;
  margin-bottom: 4px;
}
.photo-module .like-nav .like-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
.photo-module .like-nav .like-dropdown-menu::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
}
.photo-module .like-nav .like-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
.photo-module .like-nav .like-dropdown-menu div {
  font-size: 0.8em;
  padding: 2.4px 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
}
.photo-module .like-nav .like-dropdown-menu div:last-of-type {
  margin-bottom: 3px;
}
.photo-module .like-nav .like-dropdown-menu div:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #00aeff;
}
.photo-module .like-nav .btn-checkbox:hover {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .like-nav .btnactive {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .like-nav .btn-gallery-expand {
  background: rgba(249, 249, 249, 0.6);
  color: rgba(131, 131, 131, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-content: center;
}
.photo-module .like-nav .btn-gallery-expand:hover, .photo-module .like-nav .btn-gallery-expand.btn-active {
  background: #f9f9f9;
  color: #666666;
}
.photo-module .like-nav .btn-gallery-expand.btn-active {
  color: #00aeff;
}
.photo-module .photo-nav-wrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  pointer-events: none;
}
.photo-module .photo-nav-wrapper .photo-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-bottom: 5px;
}
.photo-module .photo-nav-wrapper .photo-nav div {
  pointer-events: auto;
}
.photo-module .gallery {
  height: 290px;
  width: auto;
  /* Avoid highlighting during gallery interaction */
}
.photo-module .gallery > * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.photo-module .gallery .altview-container {
  width: 100%;
  height: 100%;
}
.photo-module .gallery .mapview {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photo-module .gallery .streetview {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photo-module .gallery .tourview {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.photo-module .simple-gallery .large-image {
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .large-image:hover .controls,
.photo-module .controls:hover {
  opacity: 1;
}
.photo-module .controls {
  position: absolute;
  top: 50%;
  transform: translateY(-30px);
  transition: all 0.15s ease-in-out;
  width: 100%;
}
.photo-module .controls .prev-button,
.photo-module .controls .next-button {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  cursor: pointer;
  height: auto;
  font-size: 30px;
  outline: none;
  color: #ffffff;
  position: absolute;
  transition: all 0.15s ease-in-out;
  width: auto;
}
.photo-module .controls .prev-button:hover,
.photo-module .controls .next-button:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.photo-module .controls .prev-button {
  padding: 15px 15px 15px 10px;
  left: 0;
}
.photo-module .controls .next-button {
  padding: 15px 10px 15px 15px;
  right: 0;
}
.photo-module .thmb-wrap {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .thumbnails {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: grab;
  cursor: -o-grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.photo-module .thumbnails > div.active {
  cursor: pointer;
}
.photo-module .thumbnails > div.active {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .thumbnails > div {
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.photo-module .thumbnails > div:last-of-type {
  border-right: none;
}

/* .photo-module */
/* ---- Overlay ---- */
.overlay,
.overlay-bg-close {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-bg-close {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  z-index: 5;
}

.btn-closecma,
.btn-closegallery,
.btn-close-overlay {
  cursor: pointer;
  position: absolute;
  top: -5px;
  right: -40px;
  color: #e0e0e0;
  z-index: 100;
}
.btn-closecma .fa-stack,
.btn-closegallery .fa-stack,
.btn-close-overlay .fa-stack {
  font-size: 2em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.btn-closecma .fa-stack > *,
.btn-closegallery .fa-stack > *,
.btn-close-overlay .fa-stack > * {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-closecma .circle-border,
.btn-closegallery .circle-border,
.btn-close-overlay .circle-border {
  color: rgb(255, 255, 255);
  font-size: 1.3em;
  text-shadow: 0px 0px 7px rgba(53, 57, 57, 0.3);
}
.btn-closecma .fa-stack:hover > .fa-times-circle,
.btn-closegallery .fa-stack:hover > .fa-times-circle,
.btn-close-overlay .fa-stack:hover > .fa-times-circle {
  color: #00aeff;
}
.btn-closecma .fa-stack:hover,
.btn-closegallery .fa-stack:hover,
.btn-close-overlay .fa-stack:hover {
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.overlay-container {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}

.menu-savebox-flexcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: rgba(131, 131, 131, 0.9);
  position: fixed;
  overflow: hidden;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.3);
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  /* Avoid Highlights */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-savebox-flexcontainer::-webkit-scrollbar {
  display: none;
}
.menu-savebox-flexcontainer .menu-savebox {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 30px 0px 30px 30px;
  width: 95%;
  max-width: 700px;
  min-height: 215px;
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  /* .flextable */
  /* .saveblock */
}
@media (max-width: 1500px) {
  .menu-savebox-flexcontainer .menu-savebox {
    font-size: 90%;
  }
}
@media (max-width: 1300px) {
  .menu-savebox-flexcontainer .menu-savebox {
    font-size: 85%;
  }
}
.menu-savebox-flexcontainer .menu-savebox p,
.menu-savebox-flexcontainer .menu-savebox .filter-line {
  font-size: 0.9em;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-contacts {
  max-width: 1050px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-my-saves {
  max-width: 960px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-my-properties {
  max-width: 95vw;
  height: 95vh;
}
@media (max-width: 1200px) {
  .menu-savebox-flexcontainer .menu-savebox.savebox-my-properties {
    height: 90vh;
    padding: 20px;
    top: -30px;
  }
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox.savebox-my-properties {
    height: 85vh;
  }
}
.menu-savebox-flexcontainer .menu-savebox.savebox-contact-add {
  max-width: 500px;
  min-height: 525px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-contact-edit, .menu-savebox-flexcontainer .menu-savebox.savebox-contact-email {
  max-width: 500px;
  min-height: 480px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-wide {
  max-width: 960px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-thin {
  max-width: 650px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-skinny {
  max-width: 580px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-skinnier {
  max-width: 480px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-navless .bottom-gradient {
  bottom: 30px;
}
.menu-savebox-flexcontainer .menu-savebox.savebox-navless .savebox-menu-scroll {
  padding-bottom: 0;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox {
    padding: 30px 0 30px 0px;
  }
}
.menu-savebox-flexcontainer .menu-savebox .btn-close-overlay {
  transform: scale(0.8);
  top: -30px;
  right: -40px;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .btn-close-overlay {
    top: -10px;
    right: -20px;
    transform: scale(0.7);
  }
}
.menu-savebox-flexcontainer .menu-savebox .success-message {
  margin-right: 30px;
  min-height: 152px;
  margin-top: 1px;
  line-height: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aeff;
  font-size: 1.5em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-savebox-flexcontainer .menu-savebox .success-message i {
  margin-right: 15px;
  font-size: 1.6em;
  line-height: 0;
}
.menu-savebox-flexcontainer .menu-savebox .gradient {
  width: calc(100% - 60px);
  max-width: 1060px;
  z-index: 9;
  height: 20px;
}
.menu-savebox-flexcontainer .menu-savebox .top-gradient {
  top: 67px;
  left: 30px;
}
.menu-savebox-flexcontainer .menu-savebox .bottom-gradient {
  bottom: 87px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable {
  background: none;
  /* .ft-cell */
  /* .flextable-account-billing */
  /* .flextable-contacts */
  /* .flextable-my-saves */
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-header {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: -4px; /* pull .savebox-menu-scroll up */
  background: #ffffff;
  margin-right: 30px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-header:hover {
  background: #ffffff !important;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-row {
  background: #ffffff;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-row:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: rgba(224, 224, 224, 0.2);
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-row:hover .ft-action-item {
  color: #00aeff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-row:hover .ft-action-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #0283c0;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-row:hover .ft-action-item.icon:hover {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  transform: scale(1.2);
  font-weight: 400;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell .ft-icon-circle {
  font-size: 7px;
  margin-right: 4px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.contact-list-status .ft-icon-circle {
  color: #cd2f20;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell .icon {
  margin: 0 5px;
  color: rgba(102, 102, 102, 0.8);
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell .icon:last-of-type {
  margin-right: 0;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell .icon-nesting {
  margin-left: 5px;
  position: relative;
  top: -3px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-grabber {
  flex: 0 0 auto;
  width: 25px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-grabber .btn-grabber {
  font-size: 1.3em;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-mysaves-icon {
  flex: 0 0 auto;
  justify-content: center;
  width: 33px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-mysaves-icon .icon {
  font-size: 1.4em;
  margin: 0;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .bottom-gradient {
  bottom: 144px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing {
  margin-bottom: 40px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell-first {
  width: 37%;
  margin-left: 10px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-header .ft-cell-first {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell-sub {
  width: calc((100% - 37%) / 3);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell {
  text-align: center;
  justify-content: center;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell:first-of-type {
  justify-content: flex-start;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell:last-of-type {
  justify-content: flex-end;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell:last-of-type .button {
  margin-right: 5px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-account-billing .ft-cell:last-of-type .icon {
  color: #666666;
  margin: 0 10px;
  font-size: 1.2em;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .bottom-gradient, .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .bottom-gradient {
  bottom: 34px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-name {
  width: 260px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-contact-info {
  width: 260px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-status,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-activity,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-logins,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-emails-sent,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-contacts .contact-list-icons {
  width: calc((100% - 260px - 260px) / 5);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-header {
  font-size: 0.8em;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-update-info {
  font-size: 0.8em;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-update-info i {
  margin-left: 3px;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-update-info.mysaves-update-positive {
  color: #52bb73;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-update-info.mysaves-update-negative {
  color: #cd2f20;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-searches-list-name {
  width: 340px;
}
@media (max-width: 1300px) {
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-searches-list-name {
    width: calc(340px - 50px);
  }
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-searches-list-name {
  width: calc(340px - 22px);
}
@media (max-width: 1300px) {
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-searches-list-name {
    width: calc(340px - 22px - 50px);
  }
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-1 .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-1 .mysaves-searches-list-name {
  width: calc(340px - 22px);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-2 .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-2 .mysaves-searches-list-name {
  width: calc(340px - 44px);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-3 .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-3 .mysaves-searches-list-name {
  width: calc(340px - 66px);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-4 .mysaves-properties-list-name,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-4 .mysaves-searches-list-name {
  width: calc(340px - 88px);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-ft-col {
  width: calc((100% - 340px - 33px - 25px - 100px) / 5);
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-properties-list-colortags {
  width: 100px;
  flex-flow: row wrap;
}
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .btn-my-saves-add-folder:hover,
.menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .btn-my-saves-add-search:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #00aeff;
  transform: scale(1.2);
  font-weight: 400;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll {
  position: relative;
  width: 100%;
  height: auto;
  /* 78px margin top + 40px bottom height buffer + 97px filter nav height = 185px below */
  max-height: calc(90vh - 185px);
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0 1px 10px 5px;
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 0px solid var(--scrollbargrayBG);
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll::-webkit-scrollbar {
  width: 3px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 4px;
  margin-bottom: 4px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll {
    margin-left: 0;
    max-height: 70vh;
  }
}
@media (max-width: 480px) {
  .menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll {
    margin-left: 0;
    max-height: 60vh;
  }
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll p {
  padding: 0 20px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll strong {
  color: #4c4c4c;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul {
  font-size: 0.9em;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul li {
  margin: 0 10px 10px 10px;
  list-style: none;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul li:before {
  content: "•";
  font-size: 0.9em;
  padding-right: 5px;
  color: #00aeff;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-title {
  margin-bottom: 10px;
  width: 100%;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .savebox-title {
    width: 100%;
  }
}
.menu-savebox-flexcontainer .menu-savebox .savebox-title em {
  font-size: 0.7em;
  color: rgba(102, 102, 102, 0.8);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-title i {
  margin-left: 10px;
}
.menu-savebox-flexcontainer .menu-savebox .filter-radio,
.menu-savebox-flexcontainer .menu-savebox .filter-checkbox {
  margin-right: 6px;
  color: rgba(102, 102, 102, 0.4);
  font-size: 1.3em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menu-savebox-flexcontainer .menu-savebox .filter-radio:hover,
.menu-savebox-flexcontainer .menu-savebox .filter-checkbox:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #00aeff;
}
.menu-savebox-flexcontainer .menu-savebox .btn-active {
  background: none;
  color: #00aeff;
}
.menu-savebox-flexcontainer .menu-savebox .filter-radio-line:hover,
.menu-savebox-flexcontainer .menu-savebox .filter-checkbox-line:hover {
  cursor: pointer;
}
.menu-savebox-flexcontainer .menu-savebox .error,
.menu-savebox-flexcontainer .menu-savebox .error-hidden {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.75em;
  top: -8px;
  position: relative;
}
.menu-savebox-flexcontainer .menu-savebox .bulk-upload-file-name,
.menu-savebox-flexcontainer .menu-savebox .file-name {
  display: block;
  flex: 0 0 100%;
  text-align: center;
  color: #666666;
}
.menu-savebox-flexcontainer .menu-savebox .bulk-upload-file-name.file-uploaded,
.menu-savebox-flexcontainer .menu-savebox .file-name.file-uploaded {
  color: #838383;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock p {
  text-align: center;
  font-size: 1em;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock p .pl-name {
  display: block;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05em;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock .input-savename,
.menu-savebox-flexcontainer .menu-savebox .saveblock .form-input,
.menu-savebox-flexcontainer .menu-savebox .saveblock .input-centered,
.menu-savebox-flexcontainer .menu-savebox .saveblock .input-required {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  display: block;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .saveblock .input-savename,
  .menu-savebox-flexcontainer .menu-savebox .saveblock .form-input,
  .menu-savebox-flexcontainer .menu-savebox .saveblock .input-centered,
  .menu-savebox-flexcontainer .menu-savebox .saveblock .input-required {
    width: 80%;
  }
}
.menu-savebox-flexcontainer .menu-savebox .saveblock .input-required {
  margin-bottom: 5px;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock .saveitem {
  width: auto;
  height: 30px;
  margin: 0 12px 30px 12px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex: 0 0 auto;
  flex-flow: row wrap;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock .saveitem .form-select {
  width: 200px;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock .icon {
  color: #666666;
  margin: 0 10px;
  font-size: 1.2em;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock.savebox-create-folder {
  align-items: flex-end;
  justify-content: center;
  margin: 0 auto 40px auto;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock.savebox-create-folder .form-input {
  margin: 0;
  width: auto;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .saveblock.savebox-create-folder .form-input {
    width: 100%;
    margin: 0 20px 15px 20px;
    text-align: center;
  }
}
.menu-savebox-flexcontainer .menu-savebox .saveblock.savebox-create-folder .button {
  margin: 0 0 0 15px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-new-folder-wrap {
  margin-bottom: 2px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-folder-list .savebox-choose-folder {
  margin-top: 15px;
  margin-bottom: 20px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-folder-list .form-select {
  width: 311px;
  min-width: 311px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-quicksearch {
  font-size: 0.9em;
  white-space: nowrap;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-recipients .form-input {
  margin: 0 10px;
  width: auto;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-recipients .saveitem {
  height: auto;
  margin-bottom: 15px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-recipients.savebox-emailtags {
  padding: 15px auto;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-recipients.savebox-emailtags .saveitem {
  margin: 5px 5px 5px 5px;
  height: 30px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
@media only print, only screen and (max-width: 768px) {
  .menu-savebox-flexcontainer .menu-savebox .savebox-nav {
    width: 100%;
  }
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav .button {
  margin: 0 5px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav .btn-blue {
  flex: 0 0 auto;
  width: auto;
  display: block;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav .text-link {
  margin-top: 0px;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav .text-link a {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.menu-savebox-flexcontainer .menu-savebox .savebox-nav .text-link a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  text-decoration: underline;
}

/* .menu-savebox-flexcontainer */
.standalone-skinny-scrollbar {
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 0px solid var(--scrollbargrayBG);
}
.standalone-skinny-scrollbar::-webkit-scrollbar {
  width: 3px;
}
.standalone-skinny-scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 4px;
  margin-bottom: 4px;
}
.standalone-skinny-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}

#overlay-my-saves .savebox-my-saves-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 10px 0;
}
#overlay-my-saves .savebox-my-saves-nav .savebox-my-saves-nav-item {
  font-size: 1.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #4c4c4c;
  margin-bottom: 10px;
  text-align: center;
  margin: 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
}
#overlay-my-saves .savebox-my-saves-nav .savebox-my-saves-nav-item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  cursor: pointer;
}
#overlay-my-saves .savebox-my-saves-nav .savebox-my-saves-nav-item .blue-bar {
  border-bottom: 4px solid #00aeff;
  max-width: 90px;
  height: 5px;
  margin: 5px auto;
  flex: 0 0 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#overlay-my-saves .savebox-my-saves-nav .savebox-my-saves-nav-item.my-saves-active {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-my-saves .savebox-my-saves-nav .savebox-my-saves-nav-item.my-saves-active .blue-bar {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

#overlay-my-properties {
  /* width/height in Savebox overlay section under .savebox-my-properties */
  /* Put toolname helper in top right */
  /* .my-properties-wrap  */
}
#overlay-my-properties .btn-mp-list-nav-expand,
#overlay-my-properties .btn-mp-list-nav-hide {
  font-size: 11px;
  text-transform: uppercase;
  color: #666666;
  color: rgba(102, 102, 102, 0.8);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
}
@media (max-width: 1200px) {
  #overlay-my-properties .btn-mp-list-nav-expand,
  #overlay-my-properties .btn-mp-list-nav-hide {
    font-size: 9px;
  }
}
#overlay-my-properties .btn-mp-list-nav-expand i,
#overlay-my-properties .btn-mp-list-nav-hide i {
  line-height: 0;
  position: relative;
  top: -0.5px;
}
#overlay-my-properties .btn-mp-list-nav-expand:hover,
#overlay-my-properties .btn-mp-list-nav-hide:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #00aeff;
}
#overlay-my-properties .btn-mp-list-nav-expand i {
  margin-left: 5px;
}
#overlay-my-properties .btn-mp-list-nav-hide i {
  margin-right: 5px;
}
#overlay-my-properties .toolname-helper {
  font-size: 0.75em;
  margin-left: 15px;
  position: absolute;
  right: 30px;
}
#overlay-my-properties .my-properties-wrap {
  height: 100%; /* set height to allow scrolling */
  overflow: hidden;
}
#overlay-my-properties .my-properties-wrap .mp-nav-btn {
  color: rgba(102, 102, 102, 0.8);
  color: rgba(102, 102, 102, 0.5);
  font-size: 1.5em;
  line-height: 0;
}
@media (max-width: 1300px) {
  #overlay-my-properties .my-properties-wrap .mp-nav-btn {
    position: relative;
    top: 2px;
    font-size: 1.4em;
  }
}
#overlay-my-properties .my-properties-wrap .mp-nav-btn.btn-edit-list {
  font-size: 1.2em;
  margin-left: 8px;
}
#overlay-my-properties .my-properties-wrap .mp-nav-btn:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00aeff;
  font-weight: bold;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-right: 30px;
  margin-top: 30px;
  height: 100%;
  /* Begin Scrollbar Patch */
  /* End Scrollbar Patch */
  /* .mp-folder-wrap */
  /* LIST SIDE */
  /* .mp-list-nav */
  /* TABLE SIDE */
  /* .mp-table-wrap */
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap {
    margin-right: 0;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .bottom-gradient {
  display: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #e0e0e0;
  z-index: 29;
  position: relative;
}
@media only print, only screen and (max-width: 768px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap {
    border-bottom: none;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap .button-ui {
  white-space: nowrap;
  padding: 7px 10px 6px 10px;
  font-size: 0.8em;
  margin-left: 7px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap .button-ui i {
  margin: auto 0 auto 5px;
  top: -1px;
  position: relative;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap .mp-subtitle-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap .mp-subtitle-group .mp-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.05em;
  color: #4c4c4c;
  white-space: nowrap;
  margin-right: 8px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-subtitle-wrap .mp-subtitle-group .color-tags-small {
  font-size: 0.8em;
  line-height: 0;
  position: relative;
  top: -1px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .bottom-gradient {
  bottom: 30px;
  width: calc(100% - 60px);
  max-width: 100%;
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .bottom-gradient {
    display: none;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap.mp-list-nav-closed .mp-list-nav {
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap.mp-list-nav-closed .mp-table-wrap {
  width: 100%;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav {
  width: 290px;
  padding-right: 20px;
  border-right: 1px solid #e0e0e0;
  margin-right: 20px;
  height: 100%;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden; /* hide all items as nav opens and closes */
  /* Begin Scrollbar Patch */
  padding-right: 10px;
  /* End Scrollbar Patch */
  /* .mp-list-folders */
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav {
    width: 210px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders {
  height: 100%;
  /* .mp-list-folder-scroll */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .gradient {
  width: calc(290px - 10px);
  left: 30px;
  z-index: 9;
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .gradient {
    display: none;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .top-gradient {
  top: 119px;
}
@media (max-width: 1500px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .top-gradient {
    top: 117px;
  }
}
@media (max-width: 1300px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .top-gradient {
    top: 114px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll {
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
  height: 100%;
  /* Begin Scrollbar Patch */
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 0px solid var(--scrollbargrayBG);
  padding-right: 10px;
  height: calc(100% - 88px);
  /* End Scrollbar Patch */
  /* .mp-list-folder */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll::-webkit-scrollbar {
  width: 3px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
  margin-top: 4px;
  margin-bottom: 4px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 10px 7px 7px;
  border-bottom: 1px solid #e0e0e0;
  border-left: 3px solid #ffffff;
  /* .mp-list-folder-info */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder:last-of-type {
  border-bottom: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-favorites-star {
  position: relative;
  top: 7px;
  left: -4px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-favorites-star .fa-star {
  color: #ead467;
  font-size: 1.1em;
  margin-right: -6px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder.active-folder {
  background: rgba(249, 249, 249, 0.9);
  color: #00aeff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-left: 3px solid #00aeff;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder.active-folder .fa-star {
  color: #ead467;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder.active-folder .mp-list-folder-info .mp-list-folder-name {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info {
  margin-left: 10px;
  width: 100%;
  /* .mp-list-notes */
  /* .mp-list-bottom-info */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-folder-name {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;
  margin-bottom: 2px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-folder-name:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00aeff;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-created-date {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.85em;
  color: #666666;
  margin-bottom: 2px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-notes {
  font-size: 0.8em;
  line-height: 1.4;
  margin: 10px 0;
  color: #838383;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-notes .mp-list-notes-wrapper {
  margin-bottom: 5px;
  text-align: left;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-notes .mp-list-notes-wrapper.notes-show {
  height: 100%;
  overflow: visible;
  display: block;
  text-align: justify;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-list-property-count {
  font-size: 0.85em;
  color: #666666;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-folder-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-folder-nav .color-tags-small {
  margin-right: 3px;
  font-size: 0.8em;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-folder-nav .iconnav {
  color: rgba(102, 102, 102, 0.5);
  margin-left: 3px;
  font-size: 1.1em;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-folder-nav .iconnav:hover {
  color: #00aeff;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap {
  width: calc(100% - 290px);
  height: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* .mp-table-subnav */
  /* .mp-table */
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap {
    width: calc(100% - 210px);
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options {
  margin-left: 160px;
  margin-top: 15px;
  font-size: 1em;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options:after, #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options:before {
  left: 30px;
}
@media (max-width: 1500px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options {
    margin-top: 10px;
  }
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options {
    top: calc(80px + 28px + 25px);
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options .gradient {
  margin-right: 0;
  padding-right: 0;
  width: calc(100% - 30px);
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options .top-gradient {
  margin-top: -20px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .filter-search-options .bottom-gradient {
  margin-bottom: -15px;
  margin-left: 0px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-download-info {
  font-size: 0.8em;
  color: #666666;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-download-info span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .nav-toolset .btn-remove-from-list,
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .nav-toolset .btn-move-to-list {
  display: inline-block !important;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .nav-toolset .btn-add-to-list {
  display: none !important;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .toolname-helper {
  display: none !important;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav {
  /* .search-view-nav */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  position: relative;
  top: 0;
  padding: 0;
  width: 100%;
  /* New Buttons instead of Icons */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .button {
  display: inline-block;
  margin: 0 3px;
  width: 30px;
  padding: 4px;
  /* Hide text from buttons */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .button span {
  font-size: 0;
  display: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .button i {
  margin-right: 0;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .btn-property-edit,
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .btn-property-notes {
  display: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .nav-toolset {
  padding: 0;
  margin: 0;
  display: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .nav-toolset .toolset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .btn-list-view-expand,
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .btn-list-view-condense {
  display: none;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .mp-list-export-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .mp-list-export-nav .button-ui {
  white-space: nowrap;
  padding: 6px 10px;
  font-size: 0.7em;
  margin-left: 7px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .mp-list-export-nav .button-ui i {
  margin: auto 0 auto 5px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .mp-list-export-nav .button-ui.btn-gray, #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .mp-list-export-nav .button-ui.btn-gray:hover {
  background: rgba(244, 244, 244, 0.8);
  color: rgba(102, 102, 102, 0.7);
  cursor: default;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table {
  /* Width/Height are important for table scroll */
  width: 100%;
  height: 100%;
  overflow: scroll;
  /* Begin Scrollbar Patch */
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
  height: calc(100% - 125px);
  /* End Scrollbar Patch */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table::-webkit-scrollbar {
  /* width: 8px; */
  width: 7px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table::-webkit-scrollbar {
  /* height: 8px; */
  height: 7px;
}
@media (max-width: 576px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table {
    overflow-x: hidden;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable-list .ft-cell {
    display: none;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable-list .ft-cell.ft-address {
    display: flex;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable {
  font-size: 0.8em;
}
@media (max-width: 1500px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable {
    font-size: 0.9em;
  }
}
@media (max-width: 1300px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .ft-firstcell {
    width: 270px;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .ft-firstcell .source-listview-expanded {
    left: 266px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .ft-header {
  margin-bottom: 0;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .ft-header .ft-firstcell {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .ft-firstcell {
    width: 353px;
    max-width: 353px;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .ft-firstcell .source-listview-expanded {
    width: 83px;
    left: 270px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .hidden-tools {
  right: -53px;
}
@media (max-width: 1500px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .hidden-tools {
    right: -50px;
  }
}
@media (max-width: 1300px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .hidden-tools {
    right: -45px;
  }
}
@media (max-width: 1200px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .hidden-tools {
    right: -45px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable.source-visible .hidden-tools:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 83px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
  right: -129px;
}
@media (max-width: 1500px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -127px;
  }
}
@media (max-width: 1300px) {
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -120px;
  }
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: 0px;
  right: 5px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools .hidden-toolset .fa-chevron-left {
  margin-right: 7px;
  color: rgba(188, 188, 188, 0.8);
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools .nav-toolset a.iconnav {
  font-size: 0.9em;
}

/* #overlay-my-properties */
#overlay-add-to-list,
#overlay-add-to-list-from-list {
  z-index: 9999;
}

#overlay-add-to-list {
  /*.add-to-list-multi-nav*/
  /* .removelist-section */
  /* hide the Favorites option from Add to List boxes */
}
#overlay-add-to-list .add-to-list-multi-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#overlay-add-to-list .add-to-list-multi-nav .button {
  margin: 0 5px;
  font-size: 0.9em;
}
#overlay-add-to-list .add-to-list-multi-nav .button.btn-active {
  background: #00aeff;
  color: #ffffff;
}
#overlay-add-to-list .btn-checkbox {
  font-size: 1.3em;
  color: #e0e0e0;
  color: rgba(188, 188, 188, 0.8);
}
#overlay-add-to-list .btn-checkbox.active {
  color: #00aeff;
}
#overlay-add-to-list .removelist-section {
  /* .mp-list-folder-info */
}
#overlay-add-to-list .removelist-section .savebox-menu-scroll {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  max-height: 400px;
}
#overlay-add-to-list .removelist-section .mp-list-folder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 0px 7px 0px;
  border-bottom: 1px solid #e0e0e0;
}
#overlay-add-to-list .removelist-section .mp-list-folder:last-of-type {
  border-bottom: none;
}
#overlay-add-to-list .removelist-section .select-all-remove {
  padding: 10px 0px 7px 0px;
  margin-right: 30px;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
}
#overlay-add-to-list .removelist-section .select-all-remove .btn-checkbox {
  margin-right: 7px;
}
#overlay-add-to-list .removelist-section .select-all-remove span {
  font-size: 0.8em;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #666666;
  position: relative;
  top: -3px;
}
#overlay-add-to-list .removelist-section .select-all-remove .remove-selected span {
  color: #00aeff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0px;
}
#overlay-add-to-list .removelist-section .select-all-remove .remove-selected span:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #0283c0;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info {
  margin-left: 10px;
  width: 100%;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .remove-list-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .mp-list-folder-name {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  width: calc(100% - 30px);
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .mp-list-created-date {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 0.85em;
  color: #666666;
  margin-bottom: 2px;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .mp-list-property-count {
  font-size: 0.85em;
  color: #666666;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .color-tags-small {
  margin-right: 3px;
  margin-top: 5px;
  font-size: 0.8em;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .iconnav {
  color: rgba(102, 102, 102, 0.5);
  margin-left: 3px;
  font-size: 1.1em;
}
#overlay-add-to-list .removelist-section .mp-list-folder-info .iconnav:hover {
  color: #00aeff;
}
#overlay-add-to-list .savebox-colortags-wrap .savebox-favorite-property {
  display: none;
}

/* #overlay-add-to-list */
#overlay-download-list,
#overlay-upload-list {
  z-index: 9999;
}

#overlay-upload-list .menu-savebox {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-height: 300px;
}
#overlay-upload-list .menu-savebox .upload-list-choosefile {
  margin-top: 30px;
}
#overlay-upload-list .menu-savebox .btn-favorite {
  display: none;
}
#overlay-upload-list .menu-savebox .savebox-create-folder .form-input {
  max-width: 250px !important;
}

#overlay-add-to-list-from-list .form-input-wrap {
  justify-content: center;
  margin: 15px 0 20px 0;
}
#overlay-add-to-list-from-list .btn-form-add-to-list,
#overlay-add-to-list-from-list .btn-form-move-to-list {
  margin: 0 16px;
}
#overlay-add-to-list-from-list .btn-form-add-to-list .btn-addmove-name,
#overlay-add-to-list-from-list .btn-form-move-to-list .btn-addmove-name {
  flex-flow: column nowrap;
  margin-left: 5px;
}
#overlay-add-to-list-from-list .btn-form-add-to-list .btn-addmove-name span,
#overlay-add-to-list-from-list .btn-form-move-to-list .btn-addmove-name span {
  display: block;
  font-size: 0.8em;
  color: rgba(102, 102, 102, 0.9);
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}
#overlay-add-to-list-from-list .savebox-folder-list .form-input {
  width: 50%;
}

#overlay-list-notes {
  z-index: 9999;
}

#overlay-move-to-list,
#overlay-confirm-remove-list,
#overlay-confirm-delete-list {
  z-index: 9999;
}

#overlay-edit-list,
#overlay-add-new-list {
  z-index: 99999;
}
#overlay-edit-list .savebox-favorite-property,
#overlay-add-new-list .savebox-favorite-property {
  display: none;
}

#overlay-my-saves-search-notes {
  z-index: 9999;
}

#overlay-my-saves-folder-notes {
  z-index: 9999;
}

#overlay-my-saves-add-folder {
  z-index: 9999;
}

#overlay-my-saves-edit-folder {
  z-index: 9999;
}

#overlay-edit-property {
  z-index: 9999;
}
#overlay-edit-property .savebox-quicksearch {
  display: none;
}

#overlay-edit-search {
  z-index: 9999;
}

#overlay-save-property .savebox-quicksearch {
  display: none;
}

#overlay-contact-notes {
  z-index: 9999;
}

#overlay-contact-email {
  z-index: 999999;
}

#overlay-contact-edit {
  z-index: 9999;
}

#overlay-contact-add {
  z-index: 9999;
}

#overlay-sign-in {
  background: url(/images/sign-in-background-light.jpg) no-repeat center center;
  background-size: cover;
}
#overlay-sign-in .savebox-menu-scroll {
  min-height: 210px;
  overflow-x: hidden;
  overflow-y: visible;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
}
#overlay-sign-in .logo {
  text-align: center;
  width: 125px;
  margin-bottom: 20px;
}
#overlay-sign-in .input-centered {
  margin-top: 30px;
}

/* ---- Privy Coverage Map ---- */
#overlay-coverage {
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: url(/images/coverage-map-example.jpg) no-repeat center 80px;
  background-size: cover;
  z-index: 9;
}

.coverage-wrap {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  z-index: 1;
  left: 50vw;
  top: calc(80px + 28px);
}
.coverage-wrap .coverage-key {
  position: absolute;
  background: #f4f4f4;
  width: 890px;
  padding: 15px 20px;
  color: rgba(131, 131, 131, 0.7);
  font-size: 0.9em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}
@media (max-width: 1200px) {
  .coverage-wrap .coverage-key {
    top: 80px;
    font-size: 0.8em;
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .coverage-wrap .coverage-key {
    flex-flow: column nowrap;
  }
}
@media only print, only screen and (max-width: 768px) {
  .coverage-wrap .coverage-key {
    top: 16px;
  }
}
.coverage-wrap .coverage-key .coverage-key-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  margin-right: 25px;
}
@media (max-width: 992px) {
  .coverage-wrap .coverage-key .coverage-key-title {
    flex: 0 0 100%;
    display: block;
    text-align: center;
    margin: 0 0 7px 0;
  }
}
.coverage-wrap .coverage-key .coverage-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.coverage-wrap .coverage-key .coverage-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 0.85em;
  text-transform: uppercase;
  color: rgba(131, 131, 131, 0.6);
  white-space: nowrap;
  margin: 0 25px 0 0;
}
@media only print, only screen and (max-width: 768px) {
  .coverage-wrap .coverage-key .coverage-item {
    margin: 0 13px 0 0;
  }
}
.coverage-wrap .coverage-key .coverage-item:last-of-type {
  margin-right: 0;
}
.coverage-wrap .coverage-key .coverage-item .coverage-icon {
  margin-right: 7px;
  font-size: 1.6em;
}
@media only print, only screen and (max-width: 768px) {
  .coverage-wrap .coverage-key .coverage-item .coverage-icon {
    font-size: 1.2em;
  }
}
.coverage-wrap .coverage-key .coverage-item .coverage-icon.coverage-icon-public {
  color: #666666;
}
.coverage-wrap .coverage-key .coverage-item .coverage-icon.coverage-icon-mls {
  color: #5eccff;
}
.coverage-wrap .coverage-key .coverage-item .coverage-icon.coverage-icon-mls-soon {
  color: #ff877b;
}
.coverage-wrap .coverage-key .coverage-item .coverage-icon.coverage-icon-third-party {
  color: #ffefab;
}

/* .coverage-wrap */
/* ---- My Profile ---- */
.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #f4f4f4;
  width: 115px;
  height: 115px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.avatar .privypro-badge {
  position: absolute;
  transform: scale(0.22);
  bottom: 23%;
  left: 5%;
  height: 0;
  width: 0;
  z-index: 9;
}
.avatar .privypro-badge .privypro-badge-img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: auto;
  border: none;
}

.brokerage_logo {
  border: 5px solid #f4f4f4;
  width: 300px;
  height: 95px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

/* ---- Account/Billing ---- */
.account-info-wrap {
  /* .payment-method-wrap */
}
.account-info-wrap .savebox-menu-scroll {
  max-height: calc(80vh - 405px) !important;
}
.account-info-wrap .account-info {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0px 50px 0;
  padding-right: 30px;
}
.account-info-wrap .payment-method-wrap {
  width: calc(100% - 30px);
}
@media only print, only screen and (max-width: 768px) {
  .account-info-wrap .payment-method-wrap {
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
.account-info-wrap .payment-method-wrap .payment-form-cc {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

/* .account-info-wrap */
/* ---- Payment Methods ---- */
.payment-method-wrap .payment-method-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.payment-method-wrap .payment-method-nav .button {
  margin: 0 5px;
}
.payment-method-wrap .form-input-wrap {
  margin: 30px auto 0 auto;
}
.payment-method-wrap .payment-form-cc {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  padding-top: 10px;
  padding-bottom: 30px;
}
.payment-method-wrap .payment-form-cc .form-input-card-nickname,
.payment-method-wrap .payment-form-cc .form-input-card-number {
  flex: 0 0 auto;
}
.payment-method-wrap .payment-form-cc .payment-form-expire-ccv {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.payment-method-wrap .payment-form-cc .payment-form-expire-ccv .form-input-card-expiration {
  flex: 0 0 67%;
  margin-right: 3%;
}
.payment-method-wrap .payment-form-cc .payment-form-expire-ccv .form-input-card-ccv {
  flex: 0 0 28%;
  margin-left: 2%;
}

/* ---- Agents ---- */
.agent-module {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  padding: 10px 20px 20px 20px;
  width: 405px;
  height: 400px;
  font-size: 1em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  /* .agent-info-wrap */
}
.agent-module .agent-social-icons {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  top: 11px;
  left: 10px;
}
.agent-module .agent-social-icons .social-icon {
  margin-right: 6px;
  font-size: 0.9em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.agent-module .agent-social-icons .social-icon:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #666666;
}
.agent-module .btn-expand {
  position: absolute;
  top: 6px;
  right: 6px;
  transform: scale(0.8);
}
.agent-module .btn-expand:hover {
  transform: scale(1);
}
.agent-module .agent-info-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  justify-content: space-between;
  flex-flow: column nowrap;
  /* .agent-main-info */
}
.agent-module .agent-info-wrap .agent-info-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.agent-module .agent-info-wrap .agent-main-info,
.agent-module .agent-info-wrap .agent-about {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.agent-module .agent-info-wrap .agent-main-info .avatar,
.agent-module .agent-info-wrap .agent-about .avatar {
  transform: scale(0.85);
  margin-top: 0;
  padding-top: 0;
}
.agent-module .agent-info-wrap .agent-main-info .agent-name,
.agent-module .agent-info-wrap .agent-about .agent-name {
  text-align: left;
  font-size: 1em;
  flex-flow: column nowrap;
  align-items: flex-start;
  margin: 0 0 0 5px;
  padding: 0;
  width: auto;
  flex: 0 0 auto;
}
.agent-module .agent-info-wrap .agent-main-info .agent-name span,
.agent-module .agent-info-wrap .agent-about .agent-name span {
  padding: 0;
  margin: 0;
}
.agent-module .agent-info-wrap .agent-main-info .agent-name .agent-title,
.agent-module .agent-info-wrap .agent-about .agent-name .agent-title {
  font-size: 0.9em;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 5px;
}
.agent-module .agent-info-wrap .agent-area {
  font-size: 0.8em;
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.agent-module .agent-info-wrap .agent-area div {
  margin: 0 7px;
}
.agent-module .agent-info-wrap .agent-summary {
  height: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.agent-module .agent-info-wrap .agent-summary p {
  text-align: center;
  font-size: 0.8em;
}
.agent-module .agent-info-wrap .new-client-status {
  height: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  visibility: hidden; /* hide visually unless accepting clients */
}
.agent-module .agent-info-wrap .new-client-status i {
  color: #00aeff;
}
.agent-module .agent-info-wrap .new-client-status.accepting-clients {
  visibility: visible;
}
.agent-module .agent-info-wrap .new-client-status.accepting-clients strong {
  margin: 0 5px;
}
.agent-module .agent-info-wrap .agent-module-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
}
.agent-module .agent-info-wrap .agent-module-nav .button {
  flex: 0 0 auto;
  width: auto;
  display: block;
  margin: 0 5px;
  font-size: 0.75em;
  padding: 0 15px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.agent-module .agent-info-wrap .agent-module-nav .button i {
  margin-left: 7px;
  font-size: 1.2em;
}
.agent-module .agent-info-wrap .agent-module-nav .button .fa-envelope {
  font-size: 1.25em;
}
.agent-module .agent-info-wrap .agent-module-nav .button .fa-external-link {
  font-size: 1.1em;
}

/* .agent-module */
/* ---- Ribbon ---- */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  transform: scale(0.77);
}
@media (max-width: 992px) {
  .ribbon {
    transform: scale(0.65);
  }
}

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 5px solid #0283c0;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 8px 5px 8px 0;
  background-color: #00aeff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  font-size: 1.2em;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  margin-top: -39px;
  margin-left: -40px;
}
@media (max-width: 992px) {
  .ribbon-top-left {
    margin-top: -48px;
    margin-left: -48px;
  }
}

.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: 0;
  right: 0;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right */
.ribbon-top-right {
  right: -16px;
  top: 24px;
  margin-right: -10px;
  margin-top: -50px;
}
@media (max-width: 992px) {
  .ribbon-top-right {
    right: -24px;
    margin-top: -58px;
    margin-left: -58px;
  }
}

.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}

.ribbon-top-right::before {
  top: 0;
  left: 0;
}

.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}

.ribbon-top-right span {
  right: -52px;
  top: 35px;
  transform: rotate(45deg);
}

#overlay-agent-module-expanded {
  /* .agent-suggested-ribbon */
  /* .agent-info-block */
  /* .agent-stats-module */
}
#overlay-agent-module-expanded .savebox-agent-module-expanded {
  max-height: 90vh;
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .savebox-agent-module-expanded {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  #overlay-agent-module-expanded .savebox-agent-module-expanded::-webkit-scrollbar {
    display: none;
  }
}
#overlay-agent-module-expanded .agent-suggested-ribbon {
  width: 120px;
  height: 120px;
  z-index: 99;
  top: 18px;
  left: 19px;
}
@media (max-width: 992px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon {
    top: 21px;
    left: 21px;
  }
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon {
    top: 27px;
    left: 27px;
  }
  #overlay-agent-module-expanded .agent-suggested-ribbon:before, #overlay-agent-module-expanded .agent-suggested-ribbon:after {
    display: none;
  }
}
#overlay-agent-module-expanded .agent-suggested-ribbon span {
  font-size: 0.95em;
  /* Adjustments for non-45degree angle */
  padding: 6px 0px 6px 20px;
  text-align: center;
  box-shadow: none;
  font-weight: 600;
}
@media (max-width: 1500px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon span {
    padding: 7px 0px 7px 20px;
  }
}
@media (max-width: 1300px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon span {
    padding: 9px 0 7px 20px;
  }
}
@media (max-width: 1200px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon span {
    padding: 6px 0px 6px 20px;
  }
}
#overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::before, #overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
  border-width: 4px;
}
#overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::before {
  top: 0;
  right: 15px;
}
@media (max-width: 1200px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::before {
    right: 19px;
  }
}
#overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::after {
  bottom: 15px;
  left: 0;
}
@media (max-width: 1200px) {
  #overlay-agent-module-expanded .agent-suggested-ribbon.ribbon-top-left::after {
    bottom: 19px;
  }
}
#overlay-agent-module-expanded .btn-favorite-agent {
  position: absolute;
  top: 15px;
  right: 15px;
  color: rgba(102, 102, 102, 0.3);
  z-index: 9999999;
  font-size: 1.1em;
}
@media only print, only screen and (max-width: 768px) {
  #overlay-agent-module-expanded .btn-favorite-agent {
    right: 40px;
    top: 7px;
  }
}
#overlay-agent-module-expanded .btn-favorite-agent:hover i {
  font-weight: bold;
}
#overlay-agent-module-expanded .agent-main-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 30px);
  gap: 15px;
  /* .agent-name */
  /* .agent-additional-info */
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-main-info {
    flex-flow: row wrap;
    margin: auto;
  }
}
#overlay-agent-module-expanded .agent-main-info .agent-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
  text-align: left;
  flex: 0 0 auto;
  margin-bottom: 0;
  margin-top: 0;
  /* .agent-privy-pro */
}
#overlay-agent-module-expanded .agent-main-info .agent-name span {
  margin: 0;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-full-name {
  font-size: 1.15em;
  margin-bottom: -2px;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-title,
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-location {
  font-size: 0.75em;
  color: #838383;
  font-weight: 400;
  font-style: italic;
  margin-top: -2px;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-location {
  font-size: 0.6em;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-privypro {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 8px;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-privypro .privypro-badge-img {
  width: 22px;
  height: auto;
  margin-right: 8px;
  display: none;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-privypro .privy-pro-agent {
  text-transform: uppercase;
  color: #666666;
  font-size: 0.8em;
  font-weight: 500;
  display: block;
}
#overlay-agent-module-expanded .agent-main-info .agent-name .agent-privypro .privy-pro-since {
  color: #838383;
  text-transform: none;
  font-size: 0.7em;
  font-weight: 400;
  display: block;
  margin-top: -2px;
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-left: 10px;
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-main-info .agent-additional-info {
    flex-flow: column nowrap;
    width: 100%;
    gap: 5px;
    align-items: center;
  }
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info .agent-social-icons {
  position: relative;
  font-size: 1.2em;
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info .agent-social-icons a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info strong {
  color: rgba(102, 102, 102, 0.9);
  font-weight: 600;
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info .new-client-status {
  margin-bottom: 3px;
}
#overlay-agent-module-expanded .agent-main-info .agent-additional-info .new-client-status i {
  font-size: 1.3em;
  color: #00aeff;
  position: relative;
  top: 2px;
}
#overlay-agent-module-expanded .agent-stats-module {
  width: calc(100% - 30px);
  padding: 0 15px;
  margin-top: 20px;
  /* .agent-stats-row */
  /* .agent-stats-results */
  /* .agent-stat */
}
@media (max-width: 1200px) {
  #overlay-agent-module-expanded .agent-stats-module {
    margin: 20px auto;
  }
}
@media only print, only screen and (max-width: 768px) {
  #overlay-agent-module-expanded .agent-stats-module {
    padding: 0;
  }
}
#overlay-agent-module-expanded .agent-stats-module .agent-stats-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only print, only screen and (max-width: 768px) {
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-row {
    padding: 0 20px;
    font-size: 90%;
  }
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-row {
    padding: 0;
  }
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-row .agent-stat-date {
    display: none;
  }
}
#overlay-agent-module-expanded .agent-stats-module .agent-stats-row .hidden-vert-divider {
  display: none;
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-row .hidden-vert-divider {
    display: block;
    background: none;
  }
}
#overlay-agent-module-expanded .agent-stats-module .agent-stats-row .vert-divider {
  height: 63px;
  width: 1px;
  background: #e0e0e0;
  margin: 0;
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-row .vert-divider.vert-divider-date {
    display: none;
  }
}
#overlay-agent-module-expanded .agent-stats-module .agent-stats-results {
  padding: 15px;
  margin: 10px 0 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-stats-module .agent-stats-results {
    gap: 20px;
  }
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat {
  text-align: center;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat span {
  color: rgba(102, 102, 102, 0.8);
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat span.stat-title-gray {
  color: rgba(102, 102, 102, 0.8) !important;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat .stat-number {
  font-size: 2.4em;
  display: block;
  font-weight: 600;
  margin-bottom: -5px;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-deals .stat-number,
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-deals span {
  color: #00aeff;
  text-transform: uppercase;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-active .stat-number,
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-active span {
  color: #52bb73;
  text-transform: uppercase;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-sold .stat-number,
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-sold span {
  color: #cd2f20;
  text-transform: uppercase;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stat.agent-stat-date div {
  color: #00aeff;
}
#overlay-agent-module-expanded .agent-stats-module .agent-stats-results {
  font-size: 90%;
  height: 92px;
}
#overlay-agent-module-expanded .top-gradient {
  top: 340px;
  display: none;
}
#overlay-agent-module-expanded .bottom-gradient {
  bottom: 95px;
  display: none;
}
#overlay-agent-module-expanded .menu-savebox {
  padding-top: 10px;
}
#overlay-agent-module-expanded .savebox-menu-scroll {
  max-height: 300px;
  padding-top: 10px;
  position: relative;
}
#overlay-agent-module-expanded .agent-area {
  margin: 10px auto 15px auto;
}
#overlay-agent-module-expanded .agent-module-nav {
  margin-top: 20px;
  width: calc(100% - 30px);
}
@media (max-width: 576px) {
  #overlay-agent-module-expanded .agent-module-nav {
    width: 100%;
  }
  #overlay-agent-module-expanded .agent-module-nav .button i {
    display: none;
  }
}
#overlay-agent-module-expanded .agent-module-nav .button {
  color: #838383;
}
#overlay-agent-module-expanded .agent-module-nav .button a {
  color: #838383;
}
#overlay-agent-module-expanded .agent-module-nav .button i {
  color: rgba(102, 102, 102, 0.5);
  margin-left: 5px;
  font-size: 1.4em;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
#overlay-agent-module-expanded .agent-module-nav .button:hover {
  color: #ffffff;
}
#overlay-agent-module-expanded .agent-module-nav .button:hover a,
#overlay-agent-module-expanded .agent-module-nav .button:hover i {
  color: rgb(255, 255, 255);
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

/* #overlay-agent-module-expanded */
#overlay-agent-mls-info {
  z-index: 99999;
  /* This was breaking the gradients in the savebox */
  /*.agent-module-expanded-wrap {
  	position: relative;
  }*/
}
#overlay-agent-mls-info .top-gradient {
  top: 173px;
}
#overlay-agent-mls-info .bottom-gradient {
  bottom: 86px;
}
#overlay-agent-mls-info .menu-savebox {
  padding-top: 10px;
}
#overlay-agent-mls-info .savebox-menu-scroll {
  max-height: calc(90vh - 245px);
  padding-top: 10px;
}
#overlay-agent-mls-info .agent-area {
  margin: 10px auto 15px auto;
}
#overlay-agent-mls-info .agent-module {
  position: relative;
  border: none;
  background: none;
  padding: 0 0 0 0;
  width: auto;
  max-width: 700px;
  font-size: 1.12em;
  height: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
#overlay-agent-mls-info .agent-module .agent-social-icons {
  top: -2px;
  left: -21px;
}
@media only print, only screen and (max-width: 768px) {
  #overlay-agent-mls-info .agent-module .agent-social-icons {
    left: 10px;
  }
}
#overlay-agent-mls-info .agent-module .savebox-menu-scroll strong {
  color: #838383;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#overlay-agent-mls-info .agent-module .agent-info-wrap {
  height: auto;
}
#overlay-agent-mls-info .agent-module .agent-summary {
  height: auto;
}
#overlay-agent-mls-info .agent-module .agent-about {
  display: block;
  margin: 20px 0;
}
#overlay-agent-mls-info .agent-module .agent-about .agent-name {
  display: block;
  text-align: center;
}
#overlay-agent-mls-info .agent-module .agent-module-nav {
  margin-top: 20px;
  width: calc(100% - 30px);
}

#overlay-agent-mls-info .menu-savebox {
  max-width: 470px;
}

/* ---- Gallery Overlay ---- */
#overlay-gallery {
  z-index: 220;
}
#overlay-gallery .overlay-gallery-main {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container {
  width: calc(100vw - 60px);
  max-width: 1300px;
  height: auto;
  max-height: calc(100vh - 60px);
  background: #ffffff;
  padding: 25px 0px 25px 26px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  border-radius: 13px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* .overlay-gallery-content-container */
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .btn-closegallery {
  top: -30px;
  right: -40px;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 18px; /* adjust for 8px wide custom scrollbar */
  --scrollbargrayBG: rgba(255, 255, 255, 0);
  --thumbgrayBG: #e1e1e1;
  scrollbar-width: auto;
  scrollbar-color: var(--thumbgrayBG) var(--scrollbargrayBG);
  border: 4px solid var(--scrollbargrayBG);
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container::-webkit-scrollbar {
  /* width: 8px; */
  width: 7px;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container::-webkit-scrollbar-track {
  background: var(--scrollbargrayBG);
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container::-webkit-scrollbar-thumb {
  background-color: var(--thumbgrayBG);
  border-radius: 10px;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block {
  width: 100%;
  height: auto;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .gallery {
  height: calc(662px + 140px);
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .gallery .photo-nav {
  padding-bottom: 133px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .gallery .alt-photo-nav {
  padding-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .gallery .simple-gallery {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: calc(662px + 140px);
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .gallery .large-image {
  height: calc(662px + 14px) !important;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .like-nav .btn-gallery-expand,
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .image-block .like-nav .btn-checkbox {
  display: none;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content {
  width: 100%;
  font-size: 97%;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz {
  margin-bottom: 20px;
}
@media (max-width: 1300px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz {
    margin-bottom: 5px;
  }
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .image-block {
  display: none;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group {
  font-size: 0.95em;
}
@media (max-width: 992px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group .cut {
    display: none;
  }
}
@media only print, only screen and (max-width: 768px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group {
    font-size: 90%;
  }
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group span {
  margin-left: 7px;
  margin-right: 12px;
  padding-right: 0;
}
@media (max-width: 1780px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group span {
    margin-right: 7px;
  }
}
@media (max-width: 1200px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group span {
    margin-right: 0;
    padding-right: 5px;
  }
}
@media (max-width: 1200px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .quickstat-group li:last-of-type span {
    padding-right: 0;
  }
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .flags .flag,
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .flags i {
  margin-right: 1px;
  margin-left: 1px;
}
#overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .icon {
  font-size: 2.5em;
  width: auto;
  margin-right: 15px;
}
@media (max-width: 1780px) {
  #overlay-gallery .overlay-gallery-main .overlay-gallery-container .overlay-gallery-content-container .content .property-info-horiz .icon {
    font-size: 2.5em;
    margin-right: 10px;
  }
}

/* -- INFO HOVER BOXES -- */
.infobox {
  background: #ffffff;
  padding: 20px 20px 10px 20px;
  border: 1px solid #e0e0e0;
  position: absolute;
  z-index: 99999;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  display: none;
}
.infobox .info-title {
  text-transform: uppercase;
  text-align: center;
  color: #838383;
  font-size: 13px;
  margin-bottom: 7px;
}
.infobox .info-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}

/* .infobox */
.infobox:after,
.infobox:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.infobox:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  margin-left: -11px;
}

.infobox:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e0e0e0;
  border-width: 12px;
  margin-left: -12px;
}

.infobox.no-caret {
  border-radius: 0 0 5px 5px;
}

.infobox.no-caret:before,
.infobox.no-caret:after {
  border: none;
}

/* Adjustments for various infobox placements */
.info-flagkey {
  margin-top: 10px;
  width: 220px;
  justify-content: center;
}
.info-flagkey li {
  list-style: none;
  flex: 0 0 50%;
  margin: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.info-flagkey li .flag {
  margin: 0;
  width: 28px;
  text-align: center;
  font-size: 16px;
  color: #00aeff;
}
.info-flagkey li span {
  margin-left: 5px;
  text-align: center;
  color: #666666;
  font-size: 12px;
  text-transform: none;
}

.tooltip {
  padding: 8px 8px 0px 8px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tooltip .info-title {
  font-size: 0.8em;
  line-height: 1.2;
}
.tooltip:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
}
.tooltip:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #e0e0e0;
  border-width: 7px;
  margin-left: -7px;
}
.tooltip.tooltip-above:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 6px;
  margin-left: -6px;
  position: absolute;
  top: 100%;
}
.tooltip.tooltip-above:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #e0e0e0;
  border-width: 7px;
  margin-left: -7px;
  position: absolute;
  top: 100%;
}

.btn-tooltip {
  position: relative;
}

.limit-text {
  /* Alt method using tooltips*/
}
.limit-text .limited-text {
  overflow: hidden;
  max-width: 10ch;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* required to hide the default tag*/
  height: 23px;
  /* Hide default title tag */
}
.property-info-horiz .limit-text .limited-text {
  height: auto;
}
.limit-text .limited-text:hover {
  cursor: pointer;
}
.limit-text .limited-text span::after {
  content: "";
  display: block;
}
.limit-text:hover .tooltip {
  display: inline;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-top: 5px;
  max-width: 300px;
}
.limit-text .tooltip {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.limit-text .tooltip:before {
  border-width: 8px;
  margin-left: -8px;
}

/* Within the CMA Comparables area */
.ft-address-wrap .limited-text {
  max-width: 100%;
  height: inherit;
}
.ft-address-wrap:hover .tooltip {
  left: 190px;
  white-space: normal;
  max-width: 280px !important;
  width: 280px;
}
@media (max-width: 1300px) {
  .ft-address-wrap:hover .tooltip {
    left: 170px;
  }
}
@media (max-width: 1200px) {
  .ft-address-wrap:hover .tooltip {
    left: 140px;
  }
}

/* ---- MOBILE LOCK ---- */
.mobile-lock {
  display: none;
}
@media only print, only screen and (max-width: 768px) {
  .mobile-lock {
    width: 100vw;
    height: 100vh;
    background: url(/images/sign-in-background.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .mobile-lock .mobile-lock-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
  }
}
@media only print, only screen and (max-width: 768px) and (max-width: 768px) {
  .mobile-lock .mobile-lock-info {
    top: -7vh;
    position: relative;
  }
}
@media only print, only screen and (max-width: 768px) {
  .mobile-lock .mobile-lock-info .logo {
    margin-bottom: 20px;
  }
  .mobile-lock .mobile-lock-info .logo img {
    width: 100px;
  }
  .mobile-lock .mobile-lock-info p {
    color: #ffffff;
    font-size: 1em;
    margin: 0 30px;
    padding: 0;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    max-width: 480px;
    text-align: center;
  }
}
@media only print, only screen and (max-width: 768px) and (max-width: 768px) {
  .mobile-lock .mobile-lock-info p {
    font-size: 0.8em;
  }
}

.form-block {
  padding: 15px;
}
.form-block.has-error .form-input {
  border-bottom-color: #cd2f20;
}
.form-block.has-error .form-textarea {
  border-color: #cd2f20;
}
.form-block.has-error .inline-error {
  color: #cd2f20;
  font-size: 0.9em;
}

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

.pac-container {
  font-family: "Poppins", sans-serif;
  color: rgba(76, 76, 76, 0.8);
  border: 1px solid #e0e0e0;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  box-shadow: none;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pac-container .pac-matched {
  font-weight: 600;
}
.pac-container .pac-item {
  padding-top: 3px;
  padding-bottom: 3px;
}
.pac-container .pac-item:hover {
  background-color: rgba(249, 249, 249, 0.8);
  color: #1e2121;
  cursor: pointer;
}
.pac-container .pac-icon {
  display: none;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

/* Testing Border Quick Mixins */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/*  Bounce Animation */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/*  @include flex(1); */
/*  @include flex-order(1); */
/* @include flex-direction(row); */
/* @include scrollbar(7px, gray, darkgray); */
/* @include scrollbar(0.5em, red); */
/* Avoid Highlights */
/* Colors */
/* Contrast Update 03.02.22 - #BCBCBC is original color */
/* Uses Bootstrap 4 breakpoints */
/* ---- FLEX TABLES ---- */
/* ---- NAVIGATION ---- */
/* ---- SEARCH SLIDE ---- */
/* ---- PROPERTY MODULE ---- */
/*$propModuleWidth: 450px;*/
/* ---- Agents ---- */
/* ---- Gallery Overlay ---- */
/* ---- CMA Overlay ---- */
/* Testing Border Quick Mixins */
/* Alpha Fade Mixins */
/*	@include border-radius(10px); */
/* 	@include box-shadow(0px 0px 8px $color_dark); */
/* @include text-shadow(0, 3px, 3px, #333); */
/*  @include animate  */
/*  Bounce Animation */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
  }
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-10px);
  }
  60% {
    -moz-transform: translateY(-5px);
  }
}
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-10px);
  }
  60% {
    -o-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/*  @include max* || then use {} around content  */
/* Flex */
/* @include flexbox; */
/* center vertically and horizontally */
/* center vertically and horizontally */
/*  @include flex(1); */
/*  @include flex-order(1); */
/* @include flex-direction(row); */
/* @include scrollbar(7px, gray, darkgray); */
/* @include scrollbar(0.5em, red); */
/* Avoid Highlights */
.main-wrapper {
  background: none;
}

.gallery .mapview,
.gallery .streetview,
.gallery .tourview {
  background: none;
}

.field_with_errors {
  width: 100%;
}

#map,
#coverage-map {
  width: calc(100% - 50px);
  margin-left: 50px;
}

#coverage-map {
  padding-top: 12px;
}

.cluster:hover {
  z-index: 1;
}
.cluster .cluster-text {
  font-size: 22.3px;
}
.cluster.cluster-medium {
  transform: translate(-50%, -50%) scale(0.9);
}
.cluster.cluster-medium:hover {
  transform: translate(-50%, -50%) scale(1.125);
}
.cluster.cluster-small {
  transform: translate(-50%, -50%) scale(0.8);
}
.cluster.cluster-small:hover {
  transform: translate(-50%, -50%) scale(1);
}
.cluster.cluster-xsmall {
  transform: translate(-50%, -50%) scale(0.7);
}
.cluster.cluster-xsmall:hover {
  transform: translate(-50%, -50%) scale(0.875);
}
.cluster.cluster-xxsmall {
  transform: translate(-50%, -50%) scale(0.6);
}
.cluster.cluster-xxsmall:hover {
  transform: translate(-50%, -50%) scale(0.75);
}

.map-view-container {
  background: rgba(255, 255, 255, 0.7);
  width: 540px;
}

.split-view-container {
  background: rgba(255, 255, 255, 0.7);
  width: 50%;
}

.list-view-container {
  background: rgba(255, 255, 255, 0.7);
}

/* @include flexbox; */
/* center vertically and horizontally */
.preloader {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  /*animation: bounceScale 1.3s ease-in-out infinite;*/
  /*animation: spin 1.7s ease-in-out infinite;*/
  animation: spin 0.6s linear infinite;
}
@keyframes bounceScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.preloader img {
  width: 60px;
  height: auto;
}

.fixed-preloader {
  display: block;
  width: 100%;
}
.fixed-preloader img {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
}

.standalone-spinner {
  animation: spin 0.6s linear infinite;
}
.standalone-spinner.map-spinner {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.menu-overlay .filter-section-two .filter-mls-deals .mls-amp,
.menu-overlay .filter-section-two .filter-mls-deals .mls-title-investor-activity {
  display: flex;
}

.DraftEditor-root {
  height: 400px !important;
}

.notes-privacy-toggle {
  display: flex;
}
.notes-privacy-toggle .filter-radio-line {
  margin-right: 10px;
}

.menu-overlay .filter-section-two .filter-mls-deals .mls-amp,
.menu-overlay .filter-section-two .filter-mls-deals .mls-title-investor-activity {
  margin: 0;
}

#map .map-buttons {
  top: 108px;
  height: calc(100% - 108px);
}

#coverage-map .map-buttons {
  top: 103px;
  height: calc(100% - 103px);
}

.errors {
  color: #cd2f20;
  text-align: center;
  margin-bottom: 20px;
}

#free-form-auto-complete {
  background-color: white;
  border: 1px solid #999;
  position: absolute;
  top: 60px;
  width: 324px;
  z-index: 1;
}
#free-form-auto-complete div {
  padding-left: 10px;
}
#free-form-auto-complete div:hover {
  background-color: #ddd;
}

.rdw-editor-wrapper {
  width: 100%;
}

.map-btn-lock-search i {
  display: none;
}
.map-btn-lock-search.btn-active i, .map-btn-lock-search:hover i {
  display: block;
}

.topnav .breadcrumbs {
  /* width: calc(100% - 340px); */
}
@media only print, only screen and (max-width: 768px) {
  .topnav .breadcrumbs {
    width: 100%;
  }
}
.topnav .breadcrumbs div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menu-savebox-flexcontainer .menu-savebox {
  padding: 30px;
}
.menu-savebox-flexcontainer .menu-savebox .saveblock.savebox-create-folder {
  margin: 40px auto;
}
.menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell .icon-nesting {
  top: 0;
}
.menu-savebox-flexcontainer .menu-savebox .success-message {
  line-height: inherit;
}

.saveblock .text-large {
  font-size: 16px !important;
}

#overlay-property-notes.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul {
  font-size: 1em;
}
#overlay-property-notes.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul li:before {
  content: "•";
  color: rgba(131, 131, 131, 0.9);
}
#overlay-property-notes.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll ul li div {
  display: inline;
}

.ft-row {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-flow: row nowrap;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(229, 229, 229, 0.6);
}
.ft-row.ft-row-nested-1 .ft-cell:first-of-type {
  margin-left: 22px;
}
.ft-row.ft-row-nested-2 .ft-cell:first-of-type {
  margin-left: 44px;
}
.ft-row.ft-row-nested-3 .ft-cell:first-of-type {
  margin-left: 66px;
}
.ft-row.ft-row-nested-4 .ft-cell:first-of-type {
  margin-left: 88px;
}

.quickstats-horiz-container {
  margin: 0;
}

.tag-module .tag-move {
  display: block;
}

.gray {
  color: #838383;
}

::selection {
  background: rgba(76, 76, 76, 0.7); /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: rgba(76, 76, 76, 0.7); /* Gecko Browsers */
  color: white;
}

.photo-module .thumbnails,
.property-module,
.list-view .property-listing {
  cursor: pointer;
}

.street-view-wrapper > div {
  width: 100% !important;
  height: 500px !important;
}

.topnav .tag-number {
  display: none;
}
.topnav .topnav-tray {
  flex-wrap: nowrap;
}

#coverage-map .site-active,
#coverage-map .site-coming-soon,
#coverage-map .site-just-added {
  transform: translate(-62px, -62px);
  opacity: 0.5;
}
#coverage-map .site-mls-large {
  width: 200px;
  height: 200px;
  transform: translate(-100px, -100px);
  opacity: 0.5;
}
#coverage-map .site-mls-medium {
  width: 160px;
  height: 160px;
  transform: translate(-80px, -80px);
  opacity: 0.5;
}
#coverage-map .site-mls-small {
  width: 125px;
  height: 125px;
  transform: translate(-62px, -62px);
  opacity: 0.5;
}

.ui-resizable-handle {
  z-index: 1 !important;
}

.property-module .source-block {
  margin-top: 16px;
}

.property-module.hidden-property .btn-hide {
  color: #00aeff;
}
.property-module.hidden-property .btn-hide i {
  font-weight: bold;
}

.list-view .large-image {
  height: 109px !important;
}
.list-view .thmb-wrap {
  display: none !important;
}

.flextable-list .ft-row.row-off-market .lv-row-nav .ft-cell-status .status-icon {
  color: #cd2f20;
}
.flextable-list .ft-row .ft-row .ft-firstcell .ft-address-nav-group .lv-row-nav .ft-cell-status .status-off-market {
  color: #cd2f20;
}

.list-view-container-v2.list-view-expanded {
  width: calc(100vw - 50px);
}
.list-view-container-v2.list-view-expanded .price-change-icon {
  /* Don't let the price change icon throw off the alignment of this column */
  margin-left: 3px;
  margin-right: -15px;
}
.list-view-container-v2 .btn-list-view-expand.button i,
.list-view-container-v2 .btn-list-view-condense.button i {
  top: 0;
}

#overlay-my-properties {
  z-index: 98; /* Right under CMA */
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table {
  height: calc(100% - 130px);
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .nav-toolset .btn-add-to-list {
  display: inline-block !important;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav {
  height: 34px;
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table-subnav .search-view-nav .button-set .nav-toolset {
  display: block;
}

.split-view-container .search-view-nav .btn-select-all-properties,
.split-view-container .search-view-nav .nav-toolset,
.split-view-container .search-view-nav .btn-list-view-expand,
.grid-view-container .search-view-nav .btn-select-all-properties,
.grid-view-container .search-view-nav .nav-toolset,
.grid-view-container .search-view-nav .btn-list-view-expand {
  display: block;
}

#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll {
  height: calc(100% - 97px);
}
#overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-list-nav .mp-list-folders .mp-list-folder-scroll .mp-list-folder .mp-list-folder-info .mp-list-bottom-info .mp-folder-nav .iconnav.btn-map-list {
  margin-top: 1px;
  margin-right: 3px;
}

#overlay-add-to-list .mp-list-folder-scroll {
  width: 100%;
}
#overlay-add-to-list.menu-savebox-flexcontainer .menu-savebox .savebox-menu-scroll {
  padding-right: 1px;
}

#mp-list-favorites {
  padding-left: 6px !important;
}
#mp-list-favorites .fa-star {
  margin-top: 10px;
}
#mp-list-favorites .mp-list-folder-info {
  margin-left: 8px !important;
}

.fa.fa-star {
  color: #ead467 !important;
}

@media (min-width: 1300px) {
  .list-view-container-v2.list-view-expanded .hidden-tools,
  .flextable-list .hidden-tools {
    right: -172px;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -122px;
  }
  body.env-production .flextable-list .hidden-tools {
    right: -137px;
  }
  body.env-production .flextable-list .hidden-tools:hover {
    right: 0;
  }
  body.env-production #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -107px;
  }
  body.env-production #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools:hover {
    right: 0;
  }
}
@media (max-width: 1300px) {
  .flextable-list .hidden-tools {
    right: -172px;
  }
  #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -122px;
  }
  body.env-production .flextable-list .hidden-tools {
    right: -137px;
  }
  body.env-production .flextable-list .hidden-tools:hover {
    right: 0;
  }
  body.env-production #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools {
    right: -107px;
  }
  body.env-production #overlay-my-properties .my-properties-wrap .mp-folder-wrap .mp-table-wrap .mp-table .flextable .hidden-tools:hover {
    right: 0;
  }
}
.nav-toolset .btn-manage-lists i span,
.nav-toolset .btn-add-to-list i span {
  left: -1px;
  top: 4.5px;
}

.folder-edit-form {
  display: flex;
  flex-flow: row wrap;
}

.mp-list-notes-wrapper {
  white-space: pre-wrap;
}

.list-description .form-textarea {
  min-height: 100px;
}

#batch-upload table {
  min-width: 400px;
}

.price-change {
  margin-left: 10px;
  font-size: 1rem;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  color: #bcbcbc;
}

@media only print, only screen and (max-width: 768px) {
  .main-wrapper,
  .main-container {
    display: block !important;
  }
}

.toolname-helper {
  font-size: 0.75em;
}

/*

   MOBILE ENHANCEMENT BELOW

*/
@media only print, only screen and (max-width: 768px) {
  .list-view-container-v2 {
    width: 100%;
  }
  .topnav .topnav-block .top-search .topsearch-form-container {
    width: 96%;
  }
  /* FILTER */
}
@media only print, only screen and (max-width: 768px) and (max-width: 768px) {
  .menu-overlay {
    max-height: 90vh;
  }
}
@media only print, only screen and (max-width: 768px) {
  .menu-overlay .overlay-menu-container .overlay-menu-scroll {
    padding-top: 0;
    max-height: calc(90vh - 210px);
  }
  .menu-overlay .filter-section {
    margin-top: 10px;
  }
  .menu-overlay .filter-section-one {
    flex-direction: column;
  }
  .menu-overlay .filter-section-one .filter-block {
    width: 100%;
    margin: 10px 0;
  }
  .menu-overlay .filter-section-one .filter-input {
    width: 100%;
  }
  .menu-overlay .filter-section-two .filter-mls-deals .mls-options.filter-choose {
    flex-direction: column;
  }
  .menu-overlay .filter-section-three,
  .menu-overlay .filter-section-four {
    flex-direction: column;
  }
  .menu-overlay .filter-section-three .filter-block,
  .menu-overlay .filter-section-four .filter-block {
    width: 100%;
  }
  .menu-overlay .filter-nav-left .button-ui {
    padding: 12px 16px;
  }
  .menu-savebox-flexcontainer .menu-savebox {
    position: absolute;
    top: 20px;
  }
  .menu-savebox-flexcontainer .menu-savebox.savebox-contacts .savebox-menu-scroll {
    max-height: 65vh;
  }
  .menu-savebox-flexcontainer .menu-savebox .btn-close-overlay {
    top: -5px;
    right: -10px;
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-grabber {
    width: 10px;
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable .ft-cell.ft-cell-grabber .btn-grabber {
    display: none;
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .mysaves-searches-list-name {
    width: calc(100% - 143px);
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested .mysaves-searches-list-name {
    width: calc(100% - 143px);
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-1 .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-1 .mysaves-searches-list-name {
    width: calc(100% - 143px);
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-2 .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-2 .mysaves-searches-list-name {
    width: calc(100% - 153px);
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-3 .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-3 .mysaves-searches-list-name {
    width: calc(100% - 163px);
  }
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-4 .mysaves-properties-list-name,
  .menu-savebox-flexcontainer .menu-savebox .flextable.flextable-my-saves .ft-row-nested-4 .mysaves-searches-list-name {
    width: calc(100% - 173px);
  }
  .menu-savebox-flexcontainer .menu-savebox .ft-row.ft-row-nested-1 .ft-cell:first-of-type {
    margin-left: 10px;
  }
  .menu-savebox-flexcontainer .menu-savebox .ft-row.ft-row-nested-2 .ft-cell:first-of-type {
    margin-left: 20px;
  }
  .menu-savebox-flexcontainer .menu-savebox .ft-row.ft-row-nested-3 .ft-cell:first-of-type {
    margin-left: 30px;
  }
  .menu-savebox-flexcontainer .menu-savebox .ft-row.ft-row-nested-4 .ft-cell:first-of-type {
    margin-left: 40px;
  }
  .standalone-spinner.map-spinner {
    width: 30px;
    height: 30px;
  }
}
@media only print, only screen and (max-width: 768px) and (max-width: 768px) {
  .list-view-container-v2.list-view-condensed .property-listing .list-light-info .source-block {
    display: none;
  }
}
@media only print, only screen and (max-width: 768px) {
  .list-view-container-v2.list-view-condensed .source-block em {
    display: block;
  }
  .list-view-container-v2.list-view-condensed .filter-search-options {
    left: 30px;
  }
  .list-view-container-v2.list-view-condensed .filter-search-options:before, .list-view-container-v2.list-view-condensed .filter-search-options:after {
    left: 160px;
  }
}
@media (max-width: 1200px) {
  .menu-savebox-flexcontainer .menu-savebox.savebox-my-properties {
    top: 20px;
  }
}

.location-selection {
  position: relative;
}
.location-selection #free-form-auto-complete {
  top: 25px;
}

/*# sourceMappingURL=application.css.map */
