body {
  font-size: 16px !important;
  font-family: "Titillium Web", sans-serif !important;
  padding: 0px;
  margin: 0px;
  /* height: 100vh;
  width: 100vw; */ }

.defaultButtonComponent {
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 5px;
  border: 1px solid #313640;
  color: #313640;
  background-color: #ffffff;
  width: max-content;
  display: block;
  text-align: center;
  cursor: pointer;
  font-weight: 400; }

.defaultButtonComponent:hover {
  background-color: #313640;
  color: #ffffff !important; }

.defaultButtonComponent:hover a {
  /* exception to override previous css */
  color: #ffffff !important; }

.defaultButtonComponent a {
  /* exception to override previous css */
  color: #313640 !important; }

.defaultButtonComponent a:hover {
  /* exception to override previous css */
  background-color: #313640;
  color: #ffffff !important; }

[v-cloak] {
  opacity: 0; }

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

.close {
  cursor: pointer; }

#mobile-map {
  display: none; }

a {
  color: inherit;
  text-decoration: none; }

.cake-error {
  display: none; }

input::placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input:placeholder-shown {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input::-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-weight: 400; }

#all-cells-container {
  overflow: hidden;
  width: 50vw;
  height: 100vh;
  max-height: 100vh;
  top: 0px;
  left: 0px;
  display: flex; }
  #all-cells-container .leftSearch, #all-cells-container .rightSearch {
    width: 48%; }
  #all-cells-container #capture {
    border-radius: 5px;
    height: 24px;
    background-color: white;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 13px;
    cursor: pointer;
    position: fixed;
    top: 35px;
    right: calc(((100vw - calc((330px * 3))) / 2) - 100px);
    width: auto;
    margin: 0px;
    padding: 0px 10px;
    z-index: 49; }
  #all-cells-container #capture:hover {
    background-color: #C8202F;
    color: #ffffff; }

#advanced {
  width: 450px;
  max-width: 90vw;
  height: auto;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  padding: 25px 30px;
  top: 80px;
  z-index: 150;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); }
  #advanced .close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #999;
    cursor: pointer;
    font-size: 16px; }
    #advanced .close:hover {
      color: #C8202F; }
  #advanced .input-container {
    width: 100%; }
  #advanced .input-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px; }
  #advanced .advanced-search {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 12px 20px;
    margin-top: 15px; }
    #advanced .advanced-search .input-wrapper {
      width: 100%;
      display: flex;
      height: 42px;
      justify-content: space-between;
      align-items: center;
      border: 1px solid #eeeff2;
      border-radius: 4px;
      overflow: hidden;
      color: #000000; }
      #advanced .advanced-search .input-wrapper input[type=radio]:checked + label {
        color: #ffffff;
        background-color: #C8202F;
        border: none;
        font-weight: 500; }
      #advanced .advanced-search .input-wrapper input[type=radio] {
        display: none; }
      #advanced .advanced-search .input-wrapper label {
        padding: 0 12px;
        cursor: pointer;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1;
        transition: all 0.2s ease; }
        #advanced .advanced-search .input-wrapper label:hover {
          background-color: #f5f5f5; }
      #advanced .advanced-search .input-wrapper hr {
        width: 16px;
        border: none;
        border-top: 1px solid #eeeff2; }
      #advanced .advanced-search .input-wrapper input {
        border: none;
        width: 45%;
        margin: 0;
        padding: 0 12px;
        height: 40px; }
    #advanced .advanced-search .input-wrapper.around {
      justify-content: space-between; }
    #advanced .advanced-search input {
      padding: 8px 12px;
      border: 1px solid #eeeff2;
      height: 42px;
      min-height: 42px;
      font-size: 14px;
      border-radius: 4px; }
      #advanced .advanced-search input:focus {
        outline: none;
        border-color: #313640; }
    #advanced .advanced-search #property_type_select {
      width: 100%;
      margin-bottom: 16px;
      color: #000000 !important; }
    #advanced .advanced-search .multiselect__option--highlight {
      background-color: #C8202F; }
    #advanced .advanced-search .city-state {
      width: 100%;
      display: flex;
      justify-content: space-between;
      gap: 15px; }
    #advanced .advanced-search #advanced-city {
      width: 60%; }
    #advanced .advanced-search .state, #advanced .advanced-search .zip {
      width: 35%; }
    #advanced .advanced-search .multiselect {
      border-radius: 4px;
      border: 1px solid #eeeff2; }
      #advanced .advanced-search .multiselect .multiselect__tags {
        border: none;
        padding-top: 8px;
        min-height: 42px; }
      #advanced .advanced-search .multiselect .multiselect__single {
        margin-bottom: 0;
        padding-left: 5px; }
      #advanced .advanced-search .multiselect .multiselect__content-wrapper {
        border-color: #eeeff2; }
      #advanced .advanced-search .multiselect .multiselect__placeholder {
        color: #000000;
        opacity: 1; }
  #advanced .button-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px; }
    #advanced .button-container .view-properties {
      width: 100%;
      color: #ffffff;
      background-color: #C8202F;
      text-align: center;
      padding: 12px;
      border-radius: 4px;
      cursor: pointer;
      font-weight: 500;
      transition: background-color 0.2s ease; }
      #advanced .button-container .view-properties:hover {
        background-color: #b21c2a; }
    #advanced .button-container .clear-search {
      font-size: 14px;
      color: #C8202F;
      margin-top: 12px;
      cursor: pointer;
      padding: 5px; }
      #advanced .button-container .clear-search:hover {
        text-decoration: underline; }

#map {
  width: calc(100vw - calc((330px * 3)));
  height: 100vh;
  position: absolute;
  top: 0px;
  right: 0px; }

#search {
  position: fixed;
  z-index: 10;
  top: 0px;
  display: flex;
  height: 70px;
  padding: 0 15px;
  width: calc(calc((330px * 3)) - 45px);
  justify-content: space-between;
  align-items: center; }
  #search .input-container {
    display: flex;
    width: calc(55% - 100px);
    align-items: center;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 9px; }
  #search .run-search {
    font-size: 18px;
    cursor: pointer; }
  #search input {
    border: none;
    background-color: transparent;
    font-size: 14px;
    width: 100%;
    height: 36px;
    color: #333;
    padding: 0 5px; }
  #search #search_term {
    width: 100%;
    background-color: transparent;
    border-bottom: none; }
    #search #search_term::placeholder {
      color: #999;
      font-weight: 400; }
  #search .defaultButtonComponent {
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border: 1px solid #000000;
    color: #333;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); }
    #search .defaultButtonComponent:hover {
      background-color: #f5f5f5; }

#results {
  width: 100%;
  font-size: 14px;
  color: black;
  position: fixed;
  z-index: 10;
  top: 45px;
  left: 15px;
  height: 20px;
  padding: 5px 0px; }

#cell-container {
  position: absolute;
  top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  padding-left: 15px;
  width: calc((330px * 3));
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: calc(100vh - 70px);
  gap: 15px; }
  #cell-container #show-more {
    height: 30px;
    display: flex;
    padding: 10px 0px;
    width: calc(100% - 5px);
    justify-content: center;
    align-items: center; }
    #cell-container #show-more button {
      width: 250px;
      height: 24px;
      border: 1px solid #C8202F;
      color: #C8202F;
      margin-bottom: 0px;
      bottom: 5px;
      background-color: white;
      border-radius: 4px;
      cursor: pointer;
      position: relative;
      top: -5px;
      font-size: 13px; }
  #cell-container .property-cell {
    display: flex;
    flex-direction: column;
    position: relative;
    width: calc($cell_width - 5px);
    height: 475px; }
    #cell-container .property-cell .circle {
      width: 35px;
      height: 35px;
      border: 1px solid #C8202F;
      display: flex;
      cursor: pointer;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      background-color: white; }
      #cell-container .property-cell .circle i {
        font-size: 18px;
        color: #C8202F; }
    #cell-container .property-cell .circle:hover {
      background-color: #C8202F; }
    #cell-container .property-cell .circle:hover i {
      color: white; }
    #cell-container .property-cell .property-container:hover {
      background-color: #eeeff2; }
    #cell-container .property-cell .property-container {
      display: flex;
      flex-direction: column;
      cursor: pointer;
      border: 1px solid #eeeff2;
      margin-bottom: 0px;
      border-radius: 5px;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
      min-height: 475px; }
      #cell-container .property-cell .property-container .unitInfo {
        padding: 0px 15px; }
      #cell-container .property-cell .property-container .leaseInfo {
        font-size: 32px;
        font-weight: bold; }
      #cell-container .property-cell .property-container .pType {
        color: #C8202F; }
      #cell-container .property-cell .property-container .flex {
        display: flex; }
      #cell-container .property-cell .property-container .flexC {
        display: flex;
        flex-direction: column; }
      #cell-container .property-cell .property-container .flexSb {
        display: flex;
        justify-content: space-between; }
      #cell-container .property-cell .property-container .headline {
        color: #C8202F;
        width: calc(310px - 30px);
        padding: 0px 0px 20px 0px;
        font-size: 14px;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 36px; }
      #cell-container .property-cell .property-container .details {
        width: calc(310px - 30px);
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        font-size: 13px; }
        #cell-container .property-cell .property-container .details .border {
          border-left: 1px solid #eeeff2; }
        #cell-container .property-cell .property-container .details .bold {
          font-weight: bold; }
        #cell-container .property-cell .property-container .details .details-cell {
          display: flex;
          flex-direction: column;
          justify-content: center;
          font-size: 13px;
          text-transform: capitalize;
          align-items: center; }
      #cell-container .property-cell .property-container .address-container {
        padding: 5px 0px 20px 0px;
        font-size: 16px; }
        #cell-container .property-cell .property-container .address-container .address, #cell-container .property-cell .property-container .address-container .csz {
          color: #6D7276;
          height: 16px; }
        #cell-container .property-cell .property-container .address-container .address {
          overflow: hidden;
          height: 22px; }
    #cell-container .property-cell .top-line {
      padding: 0px 10px;
      width: calc(310px - 20px);
      display: flex;
      justify-content: space-between;
      margin: 0px;
      font-size: 13px;
      position: absolute;
      top: 3px;
      color: white;
      background-color: transparent; }
      #cell-container .property-cell .top-line .matterport img {
        height: 36px; }
    #cell-container .property-cell .property-image {
      height: 225px;
      background-size: cover;
      background-position: center;
      margin-bottom: 20px !important;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    #cell-container .property-cell .forsale {
      text-transform: uppercase; }

.dim {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center; }
  .dim i {
    font-size: 144px;
    color: white; }

#iframe {
  position: fixed;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 99;
  display: flex;
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  #iframe iframe {
    max-width: 100%; }
  #iframe .controls {
    width: 52px;
    height: 72px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center; }
    #iframe .controls > div {
      width: 52px;
      height: 52px; }
    #iframe .controls i {
      color: white;
      padding: 0px 8px;
      font-size: 36px;
      cursor: pointer; }

#mobile-bar {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background-color: #C8202F;
  padding: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 10;
  height: auto; }
  #mobile-bar .button {
    width: 40%;
    background-color: #C8202F;
    border: 1px solid white;
    color: white;
    padding: 4px 10px;
    text-align: center;
    cursor: pointer; }

@media only screen and (min-width: 1024px) and (max-width: 1680px) {
  #map {
    width: calc(100vw - calc((330px * 2) + 5px + 15px)); }

  #all-cells-container {
    width: calc((330px * 2) + 5px + 15px); }
    #all-cells-container #capture {
      right: calc(((100vw - calc((330px * 2) + 5px + 15px)) / 2) - 100px);
      top: calc(100vh - 80px); }

  #search {
    width: calc(calc((330px * 2) + 5px + 15px) - 5px - 15px - 15px); }
    #search #go {
      width: 30px; }
      #search #go i {
        display: block; }
      #search #go span {
        display: none; }
    #search .sale-or-lease {
      display: none; }

  #cell-container {
    width: calc((330px * 2) + 5px + 15px);
    top: 60px; } }
@media only screen and (min-width: 600px) and (max-width: 1023px) {
  #map {
    width: calc(100vw - calc((330px * 1) + 5px + 15px)); }

  #all-cells-container #capture {
    right: calc(((100vw - calc((330px * 1) + 5px + 15px)) / 2) - 90px); }
  #all-cells-container #advanced {
    position: absolute;
    top: 0px;
    width: 95vw;
    padding: 15px 0px;
    max-width: none; }

  #search {
    width: calc(calc((330px * 1) + 5px + 15px) - 5px - 15px); }
    #search #search_term {
      width: 125px; }
    #search .property-type, #search .sale-or-lease {
      display: none; }

  #cell-container {
    width: calc((330px * 1) + 5px + 15px); }

  .popOutContainer {
    max-width: 725px !important;
    bottom: 30px !important; } }
@media only screen and (min-width: 300px) and (max-width: 600px) {
  #contact-form, #thanks {
    width: 95%;
    left: 2.5%; }

  #search_term {
    width: 50%; }

  .iframe_close {
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 998;
    width: 100%;
    height: 35px;
    background-color: #c21a32;
    color: white;
    padding: 3px 6px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid white; }

  #advanced {
    position: absolute;
    top: 0px;
    width: 85vw;
    max-width: 100vw;
    padding: 30px; }
    #advanced .close {
      top: 10px;
      right: 15px; }
    #advanced .right {
      padding: 0px;
      margin: 0px; }

  #map {
    height: calc(100vh - 80px);
    position: absolute;
    top: 80px;
    left: 0px;
    display: initial;
    width: 100vw; }

  #all-cells-container {
    width: 100vw;
    overflow-y: auto;
    z-index: 5; }
    #all-cells-container #cell-container {
      z-index: 5; }

  #search {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 10px;
    width: calc(100% - 20px); }
    #search #advanced-search-button {
      font-size: 16px; }
    #search input {
      font-size: 16px; }
    #search input:placeholder-shown {
      font-size: 16px; }
    #search input:-moz-placeholder {
      font-size: 16px; }
    #search input::-webkit-input-placeholder {
      font-size: 16px; }
    #search #go {
      display: none; }
    #search .input-container {
      width: calc(100% - 48px); }
    #search #search_term {
      font-size: 20px;
      width: 100%; }
    #search .property-type, #search .sale-or-lease {
      display: none; }

  #results {
    position: absolute;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    display: flex;
    padding: 10px 15px;
    top: 40px;
    left: 0px;
    width: calc(100vw - 30px); }
    #results > div {
      font-size: 16px; }
    #results .view_button {
      background-color: #C8202F;
      border-radius: 3px;
      color: white;
      padding: 3px 15px;
      width: auto;
      text-align: center;
      cursor: pointer;
      font-size: 16px; }
    #results .view_button:hover {
      background-color: #C8202F;
      color: white; }

  #cell-container {
    width: 100vw;
    background-color: white;
    justify-content: center;
    padding: 0px;
    padding-top: 10px; }
    #cell-container #show-more {
      padding-bottom: 52px; }
    #cell-container .property-cell {
      width: 300px; }
      #cell-container .property-cell .top-line {
        width: calc(300px - 20px); }

  #iframe {
    overflow: auto;
    position: relative;
    height: calc(100% - 42px);
    -webkit-overflow-scrolling: touch; }
    #iframe .controls {
      display: none; } }
@media only screen and (min-width: 300px) and (max-width: 600px) {
  #cell-container .property-cell {
    font-size: calc(125vw * .0382);
    margin-right: 5px;
    width: 90vw;
    height: auto; }
    #cell-container .property-cell .property-image {
      height: calc(125vw * .537);
      margin-bottom: calc(125vw * .0477) !important; }
    #cell-container .property-cell .agent-line {
      top: calc(125vw * .494);
      width: calc(90vw * .123);
      height: calc(90vw * .123); }
      #cell-container .property-cell .agent-line .circle {
        width: calc(90vw * .117);
        height: calc(90vw * .117); }
        #cell-container .property-cell .agent-line .circle i {
          font-size: calc(125vw * .043); }
    #cell-container .property-cell .top-line {
      width: calc(90vw - 20px);
      font-size: calc(125vw * .031); }
    #cell-container .property-cell .property-container > div {
      margin-bottom: calc(125vw * .019); }
    #cell-container .property-cell .property-container .address-container .address {
      height: calc(125vw * .0525); }
    #cell-container .property-cell .property-container .address-container .csz {
      height: calc(125vw * .0525); }
    #cell-container .property-cell .property-container .headline {
      width: calc(90vw - 30px);
      font-size: calc(125vw * .033);
      height: calc(125vw * .09); }
    #cell-container .property-cell .property-container .details {
      width: calc(90vw - 30px); }
      #cell-container .property-cell .property-container .details .details-cell {
        font-size: calc(125vw * .031); } }
@media only screen and (min-width: 601px) and (max-width: 999px) {
  .iframe_close {
    position: absolute;
    top: 11px;
    right: 75px;
    z-index: 998;
    width: auto;
    height: auto;
    background-color: #c21a32;
    color: white;
    padding: 3px 6px;
    cursor: pointer;
    border-radius: 3px; }

  #map {
    height: calc(100vh - 80px);
    position: absolute;
    top: 80px;
    left: 0px;
    display: initial;
    width: 100vw; }

  #all-cells-container {
    overflow-y: auto;
    width: 100vw;
    z-index: 5; }
    #all-cells-container #advanced {
      top: 200px;
      width: 95vw;
      padding: 30px;
      max-width: none; }

  #search {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 10px;
    width: 100%; }
    #search #advanced-search-button {
      font-size: 16px; }
    #search input {
      font-size: 16px; }
    #search input:placeholder-shown {
      font-size: 16px; }
    #search input:-moz-placeholder {
      font-size: 16px; }
    #search input::-webkit-input-placeholder {
      font-size: 16px; }
    #search #go {
      display: none; }
    #search #search_term {
      font-size: 20px;
      width: calc(100vw - 190px); }
    #search .property-type, #search .sale-or-lease {
      display: none; }

  #results {
    position: absolute;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    display: flex;
    padding: 10px 15px;
    top: 40px;
    left: 0px;
    width: calc(100vw - 30px); }
    #results > div {
      font-size: 16px; }
    #results .view_button {
      background-color: #C8202F;
      border-radius: 3px;
      color: white;
      padding: 3px 15px;
      width: auto;
      text-align: center;
      cursor: pointer;
      font-size: 16px; }
    #results .view_button:hover {
      background-color: #C8202F;
      color: white; }

  #all-cells-container {
    width: 100vw;
    z-index: 5; }
    #all-cells-container #cell-container {
      width: 100vw;
      background-color: white;
      justify-content: center;
      padding: 0px;
      padding-top: 10px;
      z-index: 5; }
      #all-cells-container #cell-container .property-cell {
        font-size: calc(calc(48vw * 1.396) * .0382);
        margin-right: 5px;
        width: 48vw;
        height: calc(48vw * 1.396); }
        #all-cells-container #cell-container .property-cell .property-image {
          height: calc(calc(48vw * 1.396) * .537);
          margin-bottom: calc(calc(48vw * 1.396) * .0477) !important; }
        #all-cells-container #cell-container .property-cell .agent-line {
          top: calc(calc(48vw * 1.396) * .494);
          width: calc(48vw * .123);
          height: calc(48vw * .123); }
          #all-cells-container #cell-container .property-cell .agent-line .circle {
            width: calc(48vw * .117);
            height: calc(48vw * .117); }
            #all-cells-container #cell-container .property-cell .agent-line .circle i {
              font-size: calc(calc(48vw * 1.396) * .043); }
        #all-cells-container #cell-container .property-cell .top-line {
          width: calc(48vw - 20px);
          font-size: calc(calc(48vw * 1.396) * .031); }
        #all-cells-container #cell-container .property-cell .property-container > div {
          margin-bottom: calc(calc(48vw * 1.396) * .019); }
        #all-cells-container #cell-container .property-cell .property-container .address-container .address {
          height: calc(calc(48vw * 1.396) * .0525); }
        #all-cells-container #cell-container .property-cell .property-container .address-container .csz {
          height: calc(calc(48vw * 1.396) * .0525); }
        #all-cells-container #cell-container .property-cell .property-container .headline {
          width: calc(48vw - 30px);
          font-size: calc(calc(48vw * 1.396) * .033);
          height: calc(calc(48vw * 1.396) * .09); }
        #all-cells-container #cell-container .property-cell .property-container .details {
          width: calc(48vw - 30px); }
          #all-cells-container #cell-container .property-cell .property-container .details .details-cell {
            font-size: calc(calc(48vw * 1.396) * .031); } }
@media only screen and (min-width: 680px) and (max-width: 800px) and (min-height: 300px) and (max-height: 600px) {
  .dim {
    position: absolute; }

  #all-cells-container {
    overflow-y: scroll; }

  #advanced {
    width: calc(95vw - 20px);
    max-width: none;
    padding: 15px 10px 15px 10px;
    left: 2.5vw;
    top: 0px !important; }
    #advanced .advanced-search {
      padding-bottom: 0px; }
      #advanced .advanced-search .sale-lease {
        margin-right: 10px;
        margin-bottom: 8px; }
      #advanced .advanced-search > div {
        width: 48%;
        max-width: 48%; }
      #advanced .advanced-search .city-state {
        margin-right: 2px; }
      #advanced .advanced-search .input-container {
        width: 48%;
        margin-right: 10px;
        margin-bottom: 0px; }
        #advanced .advanced-search .input-container .input-wrapper {
          margin-bottom: 8px; }
      #advanced .advanced-search .state {
        margin-right: 10px; }
    #advanced .close {
      top: 10px;
      right: 10px; } }
@media only screen and (min-height: 500px) and (max-height: 600px) {
  .dim {
    position: absolute; }

  #iframe {
    height: 100%; }

  #advanced {
    top: 25px;
    padding-top: 10px; }
    #advanced .advanced-search .input-wrapper {
      margin-bottom: 6px; }
    #advanced .advanced-search .sale-lease {
      margin-bottom: 6px; }
    #advanced .advanced-search .advanced-search {
      padding-bottom: 6px; }
    #advanced .advanced-search .multiselect {
      margin-bottom: 6px; }
    #advanced .advanced-search .input-wrapper.bottom {
      margin-bottom: 6px; }
    #advanced .close {
      top: 5px;
      right: 10px; } }
.gm-ui-hover-effect {
  display: none !important; }

.gm-style .gm-style-iw-t button,
.gm-style .gm-style-iw button,
.gm-style .gm-style-iw-c button, .gm-style-iw-chr {
  display: none !important; }

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

.custom-infowindow {
  max-width: 250px;
  font-family: Arial, sans-serif; }

.popOutContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  max-width: 500px;
  margin: 0 auto; }

#showListButtonContainer {
  display: flex; }

.popButtons {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  transition: transform 0.3s ease; }
  .popButtons .filterIcon {
    cursor: pointer;
    font-size: 16px;
    background-color: #ffffff;
    font-weight: 600;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #000000; }
  .popButtons .fil {
    margin-right: 10px; }
  .popButtons .showButtonL, .popButtons .showButtonM {
    font-size: 16px;
    padding: 10px;
    color: #000000;
    background-color: #ffffff;
    display: block;
    cursor: pointer;
    width: 50px;
    border: solid 1px #000000;
    zoom: 0 !important; }
  .popButtons .showButtonL {
    border-radius: 10px 0 0 10px; }
  .popButtons .showButtonM {
    border-radius: 0 10px 10px 0; }
  .popButtons .showButtonL.active, .popButtons .showButtonM.active {
    background-color: #000000;
    color: #ffffff; }

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