.dropdownComponent {
  width: fit-content;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 6px 0px;
  position: static;
  border-radius: 5px;
  cursor: pointer;
}

.dropdownComponent:hover .dropdownComponentTitle {
  background-color: rgb(218, 220, 222);
  border-radius: 5px;
}

.dropdownComponent:hover .dropdownComponentToggle {
  background-color: rgb(218, 220, 222);
  border-radius: 5px;
}

.dropdownComponentTitle {
  padding: 7px 38px 7px 12px;
  font-size: 13px;
  color: #707070;
}

.dropdownComponentToggle {
  position: absolute;
  font-size: 14px;
  top: 6px;
  right: 10px;
  color: #707070;
  cursor: pointer;
}

.dropdownComponentItems {
  display: none;
  position: absolute;
  top: 35px;
  box-shadow: rgba(0, 0, 0, 0.29) 0px 3px 6px 0px;
  z-index: 5;
  width: inherit;
  background-color: white;
}

.dropdownComponentItem {
  display: flex;
  padding: 7px 12px 6px 12px;
  font-size: 13px;
  color: #707070;
  width: max-content;
  max-width: 200px;
  cursor: pointer;
}

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

.defaultButtonComponent:hover,
.defaultButtonComponent:active,
.defaultButtonComponent:focus {
  background-color: #263975;
  color: white !important;
}

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

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

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

.defaultButtonComponent.selected {
  background-color: #263975;
  color: white !important;
}

.shadedButtonComponent {
  font-size: 13px;
  padding: 6px 18px;
  border-radius: 5px;
  border: 1px solid #EEEFEF;
  color: #263975;
  background-color: #EEEFEF;
  width: fit-content;
  border-radius: 5px;
}

.shadedButtonComponent:hover {
  background-color: white;
  color: #263975;
  border: 1px solid #263975;
}

.coordination-bars .dropdownComponent {
  position: absolute;
}

[v-cloak] {
  opacity: 0;
  display: none;
}

#wordpressMenu {
  height: 126px;
}

#messageBox {
  position: absolute;
  top: 15px;
  left: 278px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

.box {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  margin-right: 5px;
}
.box.selected {
  background-color: #0B3279;
}
.box.selected div {
  color: white;
}

.small {
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.large {
  width: 79px;
  height: 79px;
  flex-direction: column;
}
.large div {
  text-transform: uppercase;
}

.ellipsis {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  font-size: 18px;
  padding: 0px 5px;
  margin-left: -5px;
}

.favicon {
  position: absolute;
  top: 5px;
  right: 6px;
}

.favHeart {
  color: #ffffff;
  font-size: 25px;
  cursor: pointer;
  z-index: 15;
}

.dimmedContainer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-content: flex-start;
  align-items: flex-start;
  z-index: 999999;
}

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

.infoWindow {
  width: 300px;
  height: 300px;
  font-size: 14px;
  color: #231F20;
  font-family: "Red Hat Display", "Open Sans", Arial, Helvetica, sans-serif;
  position: relative;
}
.infoWindow .infoWindowImage {
  width: 100%;
  max-height: 63%;
  min-height: 63%;
  height: 63%;
}
.infoWindow .infoWindowImage img {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  align-content: center;
  object-fit: cover;
}
.infoWindow .favicon {
  z-index: 10;
}
.infoWindow .favicon .favHeart {
  position: absolute;
  left: 4px;
  top: 3px;
  color: #c7333a;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 21px;
  cursor: pointer;
  z-index: 15;
}
.infoWindow .infoDetails {
  width: 100%;
  padding: 5px 8px;
}
.infoWindow .infoDetails .listPrice {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000000;
}
.infoWindow .infoDetails .address {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  color: #707070;
}
.infoWindow .infoBedsBaths {
  display: flex;
  justify-content: space-between;
  color: black;
  font-weight: 400;
  padding: 0px 8px 0px 8px;
}
.infoWindow .bd {
  font-weight: 500;
  color: #000000;
}

#signInUp {
  padding: 8px 16px;
  background-color: #0B3279;
  position: absolute;
  right: 15px;
  top: 126px;
  z-index: 5;
  color: white;
  cursor: pointer;
}

.sign-in-menu {
  position: absolute;
  top: 0px;
  z-index: 2;
}
.sign-in-menu .close {
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.main-wrapper {
  position: initial;
}

.inputContainer {
  padding: 5px 10px 5px 0px;
  display: flex;
  align-content: center;
  align-items: center;
  min-width: 125px;
}
.inputContainer label {
  margin: 0px 0px 0px 5px;
  padding: 0px;
}
.inputContainer input {
  margin: 0px;
  padding: 0px;
}

.numberBar {
  width: 310px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  height: 41px;
}
.numberBar .numberBarItemContainer {
  max-width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.numberBar .numberBarItem {
  width: 41px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.numberBar .numberBarItem.selected {
  background-color: #cccccc;
}

.section {
  margin: 25px 0px 0px 0px;
  max-width: 310px;
  min-width: 310px;
}
.section .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

select {
  background-color: white;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 5px 10px;
  color: #707070;
  min-width: 135px;
  min-height: 41px;
  font-size: 15px;
}

.button {
  height: 50px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin-bottom: 10px;
  cursor: pointer;
}

.redBackground {
  background-color: #C7333A;
  border: 1px solid #C7333A;
}

.blueBackground {
  background-color: #0B3279;
}

.blueBorder, .blueBackground {
  border: 1px solid #0B3279;
}

.whiteText {
  color: #FFFFFF;
}

#reset {
  font-size: 12px;
  margin-left: 11px;
  margin-top: 15px;
  cursor: pointer;
}

#filterListings {
  width: 800px;
  min-height: 500px;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 46px 57px;
  position: relative;
  z-index: 10000000;
  top: 22vh;
  border-radius: 4px;
}
#filterListings .section { /* just a placeholder, not a permanent class */
  margin-left: 25px;
  margin-top: 25px;
}
#filterListings .section .sectionTitle {
  font-size: 30px;
  line-height: 27px;
  margin-bottom: 12px;
}
#filterListings .close {
  cursor: pointer;
  top: 10px;
  right: 45px !important;
  color: #000000;
  position: absolute;
  font-size: 15px;
}
#filterListings .left, #filterListings .right {
  width: 50%;
}
#filterListings .top, #filterListings .middle, #filterListings .bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#filterListings .top {
  display: flex;
  justify-content: space-between;
  margin-top: 5vh;
}
#filterListings .top .left {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#filterListings .top .right {
  align-items: last baseline;
  display: flex;
  flex-direction: column;
}
#filterListings .middle {
  margin-bottom: 50px;
}
#filterListings .middle .left .section {
  margin-left: 0px;
}
#filterListings .middle .right {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
}
#filterListings .sliderIcon {
  color: #757575;
  margin-right: 5px;
}
#filterListings .bottom .left, #filterListings .bottom .right {
  width: auto;
}
#filterListings .bottom .button {
  width: 170px;
}
#filterListings .to {
  height: 100%;
  display: flex;
  align-items: center;
}

#pageBoxContainer {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 4vh;
  margin-top: 2vh;
}
#pageBoxContainer > div {
  display: flex;
}

#listingSearch {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
  padding-top: 15vh;
}

#listingSearchLeft {
  width: calc((299px * 3) + 17px + 15px);
  min-height: 100%;
  position: relative;
}

#listingSearchRight {
  min-height: 100%;
  position: fixed;
  top: 150px;
  right: 0;
}

#realEstateMap {
  width: calc(100vw - calc((299px * 3) + 17px + 15px) - 31px);
  height: calc(99vh - 126px);
}

#listingBoxContainer {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  padding-left: 13px;
}

#autocomplete_search {
  width: 550px;
}

#noResults {
  height: 100%;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#noResults .noResultIcon {
  font-size: 48px;
  margin-bottom: 25px;
}
#noResults .noResultText {
  font-size: 24px;
  width: 50%;
  text-align: center;
}

#searchContainer {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: space-between;
  padding-left: 10px !important;
  width: 100%;
  font-size: 20px;
}
#searchContainer input {
  height: 20px;
  border: none;
  padding: 0px;
  margin: 0px;
  box-shadow: none;
  transition: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#searchContainer i {
  font-size: 16px;
}
#searchContainer #searchIcon {
  margin-right: 15px;
}

.searchBar {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 30vw;
}

.searchBar:hover {
  cursor: pointer;
}

#showListButton {
  display: none;
}

.DesktopIcons {
  display: flex;
  align-items: center;
  width: 18vw;
  justify-content: space-around;
}
.DesktopIcons .sorter {
  margin-top: 0px;
  font-weight: 500;
}
.DesktopIcons .filterIcon {
  cursor: pointer;
}
.DesktopIcons .fil {
  margin-right: 10px;
}

.iconContainer {
  display: flex;
  padding-right: 15px;
  align-items: end;
}
.iconContainer .filterIcon {
  cursor: pointer;
  font-size: 15px;
  border: 1px solid #0b3279;
  border-radius: 3px;
  padding: 6px 0px;
  width: 80px;
  text-align: center;
}
.iconContainer .searchIcon {
  margin-right: 15px;
  cursor: pointer;
}

#wordpressMenu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: white;
}

#colophon {
  z-index: 10;
  position: relative;
}

.listingBox {
  width: 295px;
  height: 400px;
  border-radius: 4px;
  font-size: 16px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
.listingBox .listingPhoto {
  width: 100%;
  max-height: 60%;
  min-height: 60%;
  height: 60%;
  position: relative;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.listingBox .listingPhoto img {
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  align-content: center;
  object-fit: cover;
}
.listingBox .favicon {
  z-index: 10;
}
.listingBox .favicon .favHeart {
  position: absolute;
  right: 4px;
  top: 3px;
  color: #c7333a;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  font-size: 21px;
  cursor: pointer;
  z-index: 15;
}
.listingBox .listingDetails {
  width: 100%;
  height: 37%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 12px;
}
.listingBox .listingDetails .listingCsz, .listingBox .listingDetails .listingAddress {
  color: #707070;
  font-size: 0.94em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listingBox .listingDetails .listingAddress {
  text-transform: capitalize;
}
.listingBox .listingDetails .listingSpecs {
  display: flex;
  color: black;
  font-size: 0.94em;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
.listingBox .listingDetails .listingSpecs div {
  padding: 0px 3px;
  min-width: 15%;
}
.listingBox .listingDetails .listingSpecs .bedrooms {
  padding-left: 0px;
  color: #757575;
}
.listingBox .listingDetails .listingSpecs .bathrooms {
  color: #757575;
}
.listingBox .listingDetails .listingSpecs .squareFeet {
  color: #757575;
}
.listingBox .listingDetails .listingSpecs .acres {
  padding-right: 0px;
  color: #757575;
}
.listingBox .listingPrice {
  color: #231F20;
  font-size: 1.5em;
  font-weight: bold;
}

.listingBox.infoWindow {
  width: 194px;
  height: 195px;
  font-size: 13px;
}

@media only screen and (max-width: 1310px) {
  .DesktopIcons {
    width: 24vw;
  }
}
@media only screen and (min-width: 1196px) and (max-width: 1680px) {
  #listingSearchLeft {
    width: calc((299px * 2) + 17px + 15px);
  }
  #realEstateMap {
    width: calc(100vw - calc((299px * 2) + 17px + 15px) - 10px);
  }
  .searchBar {
    width: 25vw;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1195px) {
  #listingSearchLeft {
    width: calc((299px * 1) + 17px + 15px);
    top: 55px;
  }
  #searchContainer {
    max-width: calc((299px * 1) + 17px + 15px);
    padding-left: 0px;
    display: block;
  }
  #searchContainer .searchIcon {
    margin-right: 25px;
  }
  #searchContainer .searchBar {
    justify-content: space-between;
  }
  #searchContainer .filterIcon {
    margin-left: 5px;
  }
  .iconContainer {
    padding-right: 0px;
  }
  #realEstateMap {
    width: 100vw;
    height: calc(98vh - 126px);
  }
  .listingBox {
    width: 100vw;
    display: flex;
    height: 35vh;
    box-shadow: none;
  }
  .listingBox .listingPrice {
    font-size: 3.2em;
    padding-bottom: 10vh;
  }
  .listingBox .favicon {
    top: 34px;
    right: 46px;
  }
  .listingBox .favicon .favHeart {
    font-size: 32px;
    color: #000000;
  }
  #filterListings {
    top: 17vh;
  }
  #filterListings .top {
    width: 37vw !important;
  }
  .listingPhoto, img {
    height: 100% !important;
    max-height: 100% !important;
  }
  .listingPhoto {
    border-radius: 8px !important;
  }
  .listingDetails .listingAddress {
    overflow: visible !important;
    padding-bottom: 2vh;
  }
  #searchContainer {
    position: fixed;
    top: 126px;
    z-index: 999;
    background: white;
    width: 100vw;
    margin-bottom: 5px;
  }
  #searchContainer .searchBar {
    width: 100vw;
    background: white;
  }
  #listingSearchRight {
    top: 165px;
  }
}
@media screen and (min-width: 360px) and (max-width: 599px) {
  .menu-container .logo-container {
    padding: 5px !important;
  }
  #wordpressMenu {
    height: 110px !important;
  }
  .numberBar {
    width: 100%;
  }
  .inputContainer {
    min-width: initial;
  }
  select {
    min-width: 40%;
    max-width: 40%;
  }
  .listingPhoto, .listingBox {
    border-radius: inherit !important;
  }
  .section {
    max-width: 100%;
    min-width: 100%;
  }
  .section .to {
    padding: 10px 0px;
  }
  .heartOverlay {
    padding: 0px 0px;
  }
  .searchBar {
    width: 100vw;
  }
  #filterListings {
    width: 100vw;
    height: 100vh;
    background-color: white;
    padding: 25px 25px 15px 25px;
    position: relative;
    top: 0px;
  }
  #filterListings .section {
    margin: 20px 0px 0px 0px;
    padding: 10px 0px;
  }
  #filterListings .section .sectionTitle {
    margin-bottom: 20px;
  }
  #filterListings .middle {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  #filterListings .close {
    top: 20px;
  }
  #filterListings .left, #filterListings .right {
    width: 100%;
  }
  .iconContainer {
    padding-right: 0px;
  }
  .iconContainer .filterIcon {
    margin-right: 15px;
  }
  #searchContainer {
    position: fixed;
    top: 110px;
    z-index: 999;
    background: white;
  }
  #wordpressMenu {
    max-width: 100vw;
  }
  html, body {
    max-height: 100vh;
    height: 100vh;
  }
  #autocomplete_search {
    width: calc(100vw - 75px);
  }
  #listingSearch {
    height: 100vh;
    max-height: 100vh;
    width: 100vw;
    display: flex;
    min-height: initial;
    padding-top: 110px;
  }
  #realEstateMap {
    height: calc(100vh - 151px);
    position: absolute;
    left: 0px;
    width: 100vw;
    top: 0px;
  }
  #listingSearchRight {
    min-width: 100vw;
    width: 100vw;
    height: calc(100vh - 151px);
    max-height: calc(100vh - 151px);
    min-height: initial;
    position: absolute;
    margin-right: 0px;
    right: 0px;
  }
  #listingSearchLeft {
    width: 100vw;
    height: calc(100vh - 126px);
    max-height: calc(100vh - 126px);
    max-width: 100vw;
  }
  .listingAddress {
    white-space: normal;
  }
  #signInUp, #colophon {
    display: none !important;
  }
  #showListButton {
    font-size: 14px;
    padding: 8px 0px;
    color: white;
    background-color: #0B3279;
    display: block;
    cursor: pointer;
    border-radius: 4px;
    width: 125px;
    text-align: center;
  }
  #showListButtonContainer {
    display: flex;
    justify-content: center;
    z-index: 2;
  }
  #messageBox {
    position: absolute;
    top: 64px;
    left: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
  }
  .listingBox {
    width: 100vw;
    height: 400px;
  }
  .listingBox .listingDetails {
    font-size: 16px;
    padding: 10px 25px 5px 25px;
  }
  #listingBoxContainer {
    width: calc(100vw - 10px);
    max-height: calc(100vh - 151px);
    position: relative;
    top: 40px;
    padding-left: 0px;
  }
}
.favlisting {
  display: flex;
}

@media screen and (max-height: 667px) {
  .lotSize {
    display: none;
  }
}
@media screen and (min-height: 668px) and (max-height: 900px) {
  .bottom {
    margin-top: 25px;
  }
}
.flexJC {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.flexColumn {
  display: flex;
  flex-direction: column;
}

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

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