#btn-share, #btn-share-2 {
  position: relative;
  background: transparent;
}
#btn-share .popover, #btn-share-2 .popover {
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  left: 0px !important;
  top: -20px !important;
  background: #052536;
  border-radius: 16px;
}
#btn-share .popover .popover-content, #btn-share-2 .popover .popover-content {
  width: 248px;
  height: 49px;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}
#btn-share .popover .popover-content .btn-media, #btn-share-2 .popover .popover-content .btn-media {
  width: 48px;
  height: 49px;
  line-height: 49px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background: transparent;
}
#btn-share .popover .popover-content .btn-media:hover, #btn-share .popover .popover-content .btn-media:focus, #btn-share-2 .popover .popover-content .btn-media:hover, #btn-share-2 .popover .popover-content .btn-media:focus {
  background: #264356;
  opacity: 1 !important;
}
#btn-share .popover .popover-content .btn-media:hover.facebook:after, #btn-share .popover .popover-content .btn-media:focus.facebook:after, #btn-share-2 .popover .popover-content .btn-media:hover.facebook:after, #btn-share-2 .popover .popover-content .btn-media:focus.facebook:after {
  border-top-color: #264356;
}
#btn-share .popover .popover-content .btn-media i, #btn-share-2 .popover .popover-content .btn-media i {
  font-size: 30px;
  line-height: 49px;
}

.btn i.fa.fa-twitter {
  padding-right: 0px;
}

.btn i.fa.fa-envelope {
  padding-right: 0px;
}

.btn i.fa.fa-facebook-official {
  padding-right: 0px;
}

.btn i.fa.fa-linkedin-square {
  padding-right: 0px;
}

.modal.right .modal-dialog, .modal.left .modal-dialog {
  position: fixed;
  margin: auto;
  width: 410px;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

#leadForm h1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 24px;
  color: white;
}

#leadForm .close {
  font-size: 44px;
  text-align: right;
  opacity: 0.9;
  margin-left: -14px !important;
  line-height: 0.5;
  color: white;
  font-weight: 300;
}

#leadAutoForm input, #leadForm input, #emailShareForm input {
  border: 1px solid black;
  border-radius: 0;
  font-size: 16px;
  text-align: left;
  height: 38px;
}

#leadAutoForm textarea, #leadForm textarea, #emailShareForm textarea {
  border: 1px solid black;
  border-radius: 0;
  font-size: 16px;
  padding: 15px;
  text-align: left;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

.container-fluid.fix-row {
  padding: 0 !important;
}

.container {
  max-width: 1575px;
  width: 100%;
}
.container.main-body {
  position: relative;
}

.slider-main {
  width: 100%;
  position: relative;
}
.slider-main .carousel img {
  object-fit: cover;
  height: 730px;
  max-width: 1200px;
  width: 100%;
  border-left: 4px solid white;
}

.btn {
  font-family: "Montserrat", sans-serif;
  display: flex;
  align-items: center;
  font-weight: 600;
  height: 55px;
  border-radius: 37px;
  box-shadow: none;
  border: none;
  color: white;
  padding-left: 42px;
  padding-right: 42px;
}
.btn i {
  font-size: 42px;
  padding-right: 6px;
}
.btn.btn-result {
  background: #d9dce2;
  color: black;
  padding-top: 16px;
  pointer-events: none;
}
.btn.btn-solid {
  background: #ec1c22;
}
.btn.btn-solid:hover {
  opacity: 0.9;
  color: white;
}
.btn.btn-outline {
  border: 2px solid #ec1c22;
  display: inline-flex;
  padding-left: 20px;
  padding-right: 20px;
}
.btn.btn-outline.mobile-size {
  margin-top: 16px;
  text-align: center;
  padding-top: 16px;
}
.btn.btn-outline.mobile-size span {
  text-align: center;
  width: 100%;
}
.btn.btn-outline:hover {
  background: #eeeeee;
  cursor: pointer;
}
.btn.btn-outline:first-child {
  margin-right: 15px;
  width: 118px;
}
.btn.btn-outline:first-child:hover {
  background: #eeeeee;
  cursor: pointer;
}
.btn.btn-outline i {
  font-size: 28px;
  color: #ec1c22;
}
.btn.btn-outline span {
  color: #ec1c22;
}
.btn.btn-outline:hover {
  background: #eeeeee;
  cursor: pointer;
}

.share-buttons {
  padding-top: 20px;
  display: block;
  text-align: center;
}
.share-buttons .share-btn {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  color: #2c68b2;
}
.share-buttons .share-btn:hover, .share-buttons .share-btn:active {
  text-decoration: none;
  cursor: pointer;
  color: #2c68b2;
}
.share-buttons .btn.btn-outline {
  flex: 1;
  text-align: center;
}
.share-buttons .btn.btn-outline:hover {
  background: #eeeeee !important;
  cursor: pointer;
}
.share-buttons .btn.btn-outline span {
  width: 100%;
  text-align: center;
}
.share-buttons .btn.btn-outline:first-child {
  width: 118px;
  flex: 0;
}
.share-buttons .btn.btn-outline:first-child:hover {
  background: #eeeeee !important;
  cursor: pointer;
}

.btn-new-style {
  font-size: 18px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  background: transparent;
}

.video-chat-error {
  max-width: 384px;
  width: 100%;
  height: 33px;
  border-radius: 4px;
  border: solid 1px #e95045;
  background-color: #fde9ee;
  margin-bottom: 15px;
  font-size: 12px;
  color: #e75952;
  padding-top: 8px;
  padding-left: 10px;
}

.share-buttons .wrap-buttons .share-btn {
  width: 120px;
}
.share-buttons .wrap-buttons .btn.btn-outline {
  margin-right: 15px;
}

.schedule-a-tour-button-js {
  display: none !important;
}

.free-no-obligation {
  padding-bottom: 10px;
  font-size: 14px;
  color: #6f7686;
  line-height: 1.93;
  text-align: center;
  border-bottom: 1px solid #dedede;
}

.via-buttons {
  display: inline-flex;
  justify-content: center;
  padding-bottom: 15px;
  position: relative;
}
.via-buttons .btn {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  padding-left: 26px;
  padding-right: 26px;
  font-weight: 400;
  height: 49px;
}
.via-buttons .btn.space-between {
  margin-right: 15px;
}

.new-tag {
  display: inline-block;
  background: #ffaf00;
  padding: 8px 8px;
  width: 70px;
  text-align: center;
  border-radius: 6px;
  position: absolute;
  color: white;
  font-family: "Montserrat", sans-serif;
  left: -50px;
  top: 0;
  font-weight: 600;
  z-index: 999;
}

.mobile-private {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.mobile-private h2 {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 14px;
}
.mobile-private h3 {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 26px;
  padding-bottom: 22px;
  background: #f4f4f4;
  margin-bottom: 0px;
  margin-top: 0px;
}

.schedule-private {
  padding: 40px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.main-body {
  width: 100%;
  margin-top: 36px;
}
.main-body .flex-row {
  display: flex;
  padding-left: 40px;
}
.main-body .property-map {
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 30px;
}
.main-body .property-map img {
  width: 100%;
  height: 445px;
  object-fit: cover;
}
.main-body .agent-info {
  padding-top: 35px;
  padding-bottom: 36px;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
}
.main-body .agent-info h1 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .agent-info .agent-wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}
.main-body .agent-info .agent-wrapper .agent-image {
  flex: 1;
  padding-bottom: 16px;
}
.main-body .agent-info .agent-wrapper .agent-image img {
  object-fit: cover;
  max-width: 320px;
  padding-right: 20px;
}
.main-body .agent-info .agent-wrapper .agent-contact-info {
  flex: 1;
  margin-bottom: 10px;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .contact-me {
  padding-bottom: 20px;
  font-weight: 500;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .contact-me span {
  padding-left: 10px;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .get-in-touch {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.63;
  color: #1f2532;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .get-in-touch .agent-license {
  font-size: 16px;
  line-height: 1.94;
  color: #6f7686;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .search-more {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 5px 0 15px;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .search-more a {
  color: #3578cb;
  font-weight: 500;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .bio {
  line-height: 1.81;
  color: #6f7686;
  padding-bottom: 25px;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .company {
  padding-top: 15px;
  color: #6f7686;
  display: flex;
  width: 100%;
  border-top: solid 1px rgba(140, 150, 169, 0.3);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .company .company-and-phone {
  flex: 1;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .company .company-logo {
  flex: 1;
  max-width: 150px;
  width: 100%;
  text-align: right;
}
.main-body .agent-info .agent-wrapper .agent-contact-info .company .company-logo img {
  max-width: 100%;
  height: auto;
}
.main-body .area-schools {
  margin-bottom: 45px;
}
.main-body .area-schools h2 {
  margin-bottom: 27px;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .area-schools ul {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  background-color: #e8eaee;
}
.main-body .area-schools ul li {
  flex: 1 32%;
  margin: 15px 1% 15px 0;
  text-align: center;
}
.main-body .area-schools ul li .school-type {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #1f2532;
}
.main-body .area-schools ul li .school-name {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #6f7686;
}
.main-body .area-schools ul li .material-icons {
  position: relative;
  font-size: 48px;
}
.main-body .area-schools ul li .material-icons.elementary {
  color: #3578CB;
}
.main-body .area-schools ul li .material-icons.middle-school {
  color: #08A77F;
}
.main-body .area-schools ul li .material-icons.high-school {
  color: #F7B802;
}
.main-body .area-schools ul li .material-icons:after {
  position: absolute;
  top: 9px;
  left: 12px;
  content: "star";
  font-size: 23px;
  color: white;
}
.main-body .area-listings {
  margin-bottom: 180px;
  padding: 0;
}
.main-body .area-listings h2 {
  margin-bottom: 27px;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .area-listings ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.main-body .area-listings ul li {
  flex: 1 32%;
  margin: 1em 1% 0 0;
}
.main-body .property-features {
  margin-bottom: 34px;
  padding-top: 35px;
  padding-bottom: 36px;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
}
.main-body .property-features h1 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .property-features .features-wrapper {
  display: flex;
  justify-content: space-between;
}
.main-body .property-features .features-wrapper .feature-group {
  flex: 1;
  margin-bottom: 10px;
}
.main-body .property-features .features-wrapper .feature-group:first-child {
  margin-right: 12px;
}
.main-body .property-features .features-wrapper .feature-group:last-child {
  margin-left: 12px;
}
.main-body .area-info {
  padding-top: 35px;
  border-top: solid 1px rgba(140, 150, 169, 0.3);
}
.main-body .area-info h1 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .area-info p {
  color: #6f7686;
}
.main-body .area-info .stats-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.main-body .area-info .stats-wrapper .stat-item {
  flex: 1 25%;
  margin: 0;
  margin-bottom: 10px;
}
.main-body .area-info .stats-wrapper .stat-item .results {
  margin-top: 10px;
  width: 90%;
  font-family: Montserrat;
  font-size: 23px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .area-info .stats-wrapper .stat-item .results span {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #414b57;
}
.main-body .area-info .stats-wrapper .stat-item .summary {
  margin: 0;
  padding-bottom: 7px;
  width: 90%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.main-body .area-info .stats-wrapper .stat-item .summary span.green {
  color: #08a77f;
}
.main-body .area-info .stats-wrapper .stat-item .summary span.red {
  color: #e95045;
}
.main-body .area-info .stats-wrapper .stat-item .summary .material-icons {
  position: relative;
  font-size: 16px;
}
.main-body .area-info .stats-wrapper .stat-item .summary .material-icons.arrow-up {
  top: 4px;
  transform: rotate(-90deg);
}
.main-body .area-info .stats-wrapper .stat-item .summary .material-icons.arrow-down {
  top: 2px;
  transform: rotate(90deg);
}
.main-body .area-info .stats-wrapper .stat-item .average {
  margin-top: 7px;
  margin-bottom: 15px;
  width: 90%;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  color: #8c96a9;
}
.main-body button i.fa {
  font-size: 16px;
}
.main-body .wrapped-row .main-row h1 {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: bold;
  color: #1f2532;
}
.main-body .wrapped-row .main-row .spw-address-2 {
  font-size: 26px;
  color: #6f7686;
  padding-top: 7px;
  padding-bottom: 34px;
}
.main-body .wrapped-row .main-row .spw-property-info {
  display: flex;
  justify-content: space-evenly;
  padding-bottom: 36px;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
}
.main-body .wrapped-row .main-row .spw-property-info .spw-description {
  flex: 1;
  color: #6f7686;
  line-height: 1.81;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-description p {
  padding-right: 28px;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost {
  flex: 1;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number {
  font-family: "Montserrat", Arial;
  font-size: 26px;
  font-weight: 700;
  padding-right: 15px;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number span {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: block;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number span.red {
  font-family: "Montserrat", Arial;
  font-weight: 500;
  color: #ec1c22;
}
.main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number[aria-label=Baths] span:nth-child(1) {
  font-size: 25.5px;
}

.btn-simple {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  text-decoration: underline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.btn-simple > span {
  /* avoid button movement on click IE */
  position: relative;
}

.property-highlight {
  padding-top: 30px;
  width: 38%;
}
.property-highlight .item {
  display: flex;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.property-highlight .item:last-child {
  border-bottom: none;
}
.property-highlight .item .item-title {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 16px;
  max-width: 200px;
  width: 100%;
}
.property-highlight .item .item-result {
  font-size: 16px;
}

.additional-features .item {
  display: flex;
  border-bottom: solid 1px rgba(140, 150, 169, 0.3);
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.additional-features .item:last-child {
  border-bottom: none;
}
.additional-features .item .item-title {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 16px;
  max-width: 200px;
  width: 100%;
}
.additional-features .item .item-result {
  font-size: 16px;
}

::-webkit-input-placeholder {
  text-align: left;
}

.get-more-info {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
}

.unlock-text {
  font-size: 16px;
  line-height: 26px;
}

footer.bottom-footer {
  background: #ec1c22;
  padding: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  display: grid;
  grid-template-columns: 25% 25% auto;
}
footer.bottom-footer .copyright-column {
  grid-column-start: 1;
  grid-column-end: 2;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.81;
}
footer.bottom-footer .social-column {
  grid-column-start: 2;
  grid-column-end: 3;
  justify-self: right;
}
footer.bottom-footer .social-column ul.social-links {
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
  margin-bottom: 40px;
}
footer.bottom-footer .social-column ul.social-links li {
  flex: 1;
  margin-right: 15px;
}
footer.bottom-footer .backatyou-column {
  grid-column-start: 3;
  grid-column-end: 4;
  justify-self: end;
  padding-right: 40px;
}
footer.bottom-footer .backatyou-column .backatyou-link {
  display: inline-block;
  padding-top: 10px;
  padding-right: 10px;
  vertical-align: top;
}
footer.bottom-footer .backatyou-column .backatyou-link a {
  padding-left: 5px;
}
footer.bottom-footer .backatyou-column .backatyou-logo {
  display: inline-block;
  width: 160px;
  height: auto;
}
footer.bottom-footer .backatyou-column .backatyou-logo img {
  width: 100%;
}
footer.bottom-footer .backatyou-column .eho {
  display: inline-block;
  margin-left: 45px;
}
footer.bottom-footer .backatyou-column .eho .eho-logo {
  width: 72px;
  border-radius: 35px;
  background: #ffffff;
  text-align: center;
  padding: 15px;
}
footer.bottom-footer .backatyou-column .eho .eho-logo img {
  width: 41px;
  height: auto;
}
footer.bottom-footer .backatyou-column .all-rights-reserved {
  display: block;
  margin-top: 32px;
  text-align: right;
}
footer.bottom-footer a {
  color: white;
  text-decoration: underline;
}

.free-desc {
  font-size: 14px;
  line-height: 1.93;
  text-align: right;
  width: 100%;
  color: #6f7686;
  margin-top: 7px;
  padding-right: 10px;
}
.free-desc.free-mobile {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 10px;
}

.main-form {
  flex: 1;
  padding: 60px;
  z-index: 999;
}
.main-form .input-group {
  padding-bottom: 15px;
  display: flow-root;
}
.main-form .contactFormFields {
  padding: 40px 60px;
  padding-top: 0px;
  background: #f4f4f4;
}
.main-form .contact-form {
  width: 457px;
  background-color: #ffffff;
  margin-top: -200px;
  z-index: 999;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.main-form .contact-form h2 {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 14px;
}
.main-form .contact-form h3 {
  font-family: "Montserrat", Arial;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  width: 100%;
  display: block;
  padding-top: 26px;
  padding-bottom: 22px;
  background: #f4f4f4;
  margin-bottom: 0px;
  margin-top: 0px;
}

/* PARSLEY VALIDATE */
input[type=text].form-control.parsley-error, input[type=email].form-control.parsley-error, input[type=text].form-control.parsley-error, input[type=tel].form-control.parsley-error, input[type=url].form-control.parsley-error, input[type=search].form-control.parsley-error {
  border: 1px solid #e75952 !important;
}

select.form-control.parsley-error {
  border: 1px solid #e75952 !important;
}

input[type=number].form-control.parsley-error {
  color: #e75952;
  border: 1px solid #e75952 !important;
}

input[type=text]::-webkit-input-placeholder::after {
  visibility: visible;
}

.parsley-errors-list {
  list-style-type: none;
  font-size: 12px;
  color: #e75952;
  width: auto;
  max-width: 100%;
  background: #fef3f3 !important;
  padding-left: 5px;
  border-top: 0px solid #e75952;
  z-index: 0;
  position: relative;
  margin-top: -1px;
}
.parsley-errors-list li {
  padding: 5px;
}

.parsley-errors-list.filled {
  border: 1px solid #e75952;
}

.parsley-errors-list {
  display: none;
}

.parsley-errors-list.filled {
  display: inline-flex;
  width: 100%;
}

#ErrorContainer .parsley-errors-list.filled {
  margin-top: -1px;
}

.button-row {
  margin: 0 auto;
  display: inline-flex;
  max-width: 600px;
  position: absolute;
  top: auto;
  bottom: 40px;
  left: 40px;
  z-index: 100;
}
.button-row .btn {
  margin-right: 25px;
}
.button-row .btn span {
  padding-left: 5px;
}

.btn.btn-100 {
  width: 100%;
  text-align: center;
  display: block;
}
.btn.btn-more {
  display: block;
  line-height: 2;
}
.btn.main-buttons {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

#btn-share {
  font-size: 16px;
}

.btn-space {
  margin-top: 10px;
}

.full-width-row {
  overflow-x: hidden;
}

.full-width-row > div {
  margin-left: -15px;
  margin-right: -15px;
}

/* FORM FIELDSET  */
label.on-top {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  top: 5px;
  left: 15px;
  transition: all 0.2s ease;
}

input:focus::-webkit-input-placeholder { /* For WebKit, Blink, Edge */
  opacity: 0;
}

input:focus:-moz-placeholder { /*For Mozilla Firefox 4 to 18 */
  opacity: 0;
}

input:focus::-moz-placeholder { /*For Mozilla Firefox 19+ */
  opacity: 0;
}

input:focus:-ms-input-placeholder { /*For Internet Explorer 10-11 */
  opacity: 0;
}

input:focus ~ label.on-top, input.used ~ label.on-top {
  font-size: 11px;
  z-index: 999;
}

input:focus ~ label.on-top {
  color: #3578cb !important;
}

input.used ~ label.on-top {
  color: #8c96a9;
}

.custom-textarea {
  color: #8c96a9 !important;
  font-size: 16px;
  min-height: 132px;
  width: 100%;
  padding: 15px;
  border: solid 1px rgba(140, 150, 169, 0.3) !important;
}

.custom-input {
  border-radius: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  height: 50px !important;
  margin-bottom: 10px;
  border: solid 1px rgba(140, 150, 169, 0.3) !important;
  padding: 0px;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input:focus {
  outline: none;
  border: 1px solid #3578cb !important;
  padding-top: 10px !important;
}

input.used {
  padding-top: 10px !important;
}

.border-edit input.used {
  padding-top: 0px !important;
}

input {
  color: #8c96a9 !important;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c96a9;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c96a9;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c96a9;
}

#virtualTourModal .modal-content, #videoEmbedModal .modal-content {
  background: transparent;
  box-shadow: none !important;
  border: none;
}
#virtualTourModal button.close, #videoEmbedModal button.close {
  margin-top: 20px;
  font-size: 42px;
  opacity: 1 !important;
  font-weight: 500;
  text-shadow: none;
  color: white !important;
}
#virtualTourModal .video-link, #videoEmbedModal .video-link {
  width: 100%;
  min-height: 459px;
}

#imageGalleryModal .modal-dialog {
  width: 1350px;
}
#imageGalleryModal .gallery-header {
  width: 100%;
  height: 24px;
  display: flex;
  margin-bottom: 10px;
}
#imageGalleryModal .gallery-header #galleryWelcome {
  flex: 1;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #8c96a9;
  line-height: 1.85;
}
#imageGalleryModal .gallery-header button.back {
  flex: 0 0 160px;
  position: relative;
  opacity: 1;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  color: #486180;
  z-index: 9999;
  -webkit-appearance: none;
  text-shadow: none !important;
}
#imageGalleryModal .gallery-header button.back .material-icons {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(31, 37, 50, 0.65);
}
#imageGalleryModal .gallery-header button.back span {
  position: absolute;
  top: 0;
  left: 30px;
  width: 187px;
  height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  text-align: left;
  color: #8c96a9;
}
#imageGalleryModal .gallery-header button.close {
  flex: 0 0 115px;
  opacity: 1;
  filter: unset;
  position: relative;
  margin-left: auto;
}
#imageGalleryModal .gallery-header button.close .material-icons {
  position: absolute;
  top: 0;
  right: 0;
}
#imageGalleryModal .gallery-header button.close span {
  position: absolute;
  top: 0;
  right: 25px;
  width: 96px;
  height: 24px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #8c96a9;
  line-height: 1.85;
}
#imageGalleryModal .gallery-thumbnails {
  clear: both;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  gap: 25px 15px;
}
#imageGalleryModal .gallery-thumbnails figure {
  flex: auto;
  max-width: 205px;
  text-align: end;
}
#imageGalleryModal .gallery-thumbnails figure img {
  width: 186px;
  height: 98px;
  object-fit: cover;
}
#imageGalleryModal .gallery-thumbnails figure figcaption {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #8c96a9;
}
#imageGalleryModal .gallery-fullsize {
  text-align: center;
}
#imageGalleryModal .gallery-fullsize img {
  min-height: 600px;
  width: 100%;
}

.modal .btn {
  display: inline-block;
  width: auto;
}
.modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.left .modal-body {
  padding: 15px 15px 80px;
}
.modal.left.fade .modal-dialog {
  left: -410px;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
}
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}
.modal.right .modal-body {
  padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
  right: -410px;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}

.modal-content {
  border-radius: 0;
  border: none;
}

.modal-header {
  border-bottom-color: #eeeeee;
}

.bxsliderWrap {
  visibility: hidden;
}

#emailShareForm {
  text-align: center;
}
#emailShareForm .form-group {
  text-align: left;
}
#emailShareForm p {
  font-size: 16px;
  font-weight: 500;
}
#leadForm {
  text-align: center;
}
#leadForm .form-group {
  text-align: left;
}
#leadForm p {
  font-size: 16px;
  font-weight: 500;
}
#leadAutoForm {
  text-align: center;
}
#leadAutoForm .form-group {
  text-align: left;
}
#leadAutoForm p {
  font-size: 16px;
  font-weight: 500;
}
#leadAutoForm .modal-dialog {
  width: 450px;
}

.text-align-left {
  text-align: left;
}

.company-and-phone .co-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
  color: #1f2532;
  padding-bottom: 2px;
}
.company-and-phone .co-name {
  line-height: 1.56;
  padding-bottom: 2px;
}
.company-and-phone .co-phone {
  line-height: 1.56;
}

.listed-by {
  padding-bottom: 80px;
  border-top: solid 1px rgba(140, 150, 169, 0.3);
  padding-top: 20px;
}
.listed-by.visible-xs {
  margin-top: -25px;
  margin-left: 15px;
  margin-right: 15px;
  padding-bottom: 20px;
}
.listed-by .who-listed-it {
  font-family: "Montserrat", sans-serif;
  line-height: 1.69;
}

.inline {
  display: inline;
}

a.underline {
  text-decoration: none !important;
  color: #3578cb;
  font-size: 16px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 15px;
  padding-right: 8px;
  font-weight: 300;
}

.btn-success-it {
  background: #e94550 !important;
  height: 50px !important;
  font-size: 14px !important;
  font-weight: 400;
  padding: 15px;
  box-shadow: none !important;
  border: none !important;
}

.btn-100 {
  width: 100% !important;
  display: block;
}

.btn-80 {
  margin-top: 25px;
  width: 80% !important;
  display: block;
}

.modal-dialog.exit-modal button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  color: #486180;
  z-index: 9999;
  position: relative;
  text-shadow: none !important;
  opacity: 1;
  font-size: 50px !important;
  font-weight: 300 !important;
  padding-right: 15px !important;
}
.modal-dialog.exit-modal .modal-content {
  font-family: "Roboto", sans-serif;
}
.modal-dialog.exit-modal .modal-content .add-padding-bottom {
  padding-bottom: 15px;
}
.modal-dialog.exit-modal .modal-content ul.agent-wrap {
  list-style: none;
  padding-left: 10px;
}
.modal-dialog.exit-modal .modal-content ul.agent-wrap li {
  padding-left: 0px;
  margin-left: 0px;
  font-size: 16px;
}
.modal-dialog.exit-modal .modal-content h3 {
  color: #62615e;
  font-weight: 500 !important;
  font-size: 20px;
}
.modal-dialog.exit-modal .modal-content img {
  width: 143px;
  height: auto;
  display: inline-block;
}
.modal-dialog.exit-modal .modal-content .final-info-box {
  background: #ebebeb;
  padding: 15px;
  border: 1px solid #e1e1e1;
  margin-bottom: 15px;
  position: relative;
}
.modal-dialog.exit-modal .modal-content .final-button {
  margin-top: 50px;
}
.modal-dialog.exit-modal .modal-content .agent-info-image {
  width: 100%;
  display: inline-block;
  position: absolute;
  padding: 0px 45px;
  margin-top: -35px;
}
.modal-dialog.exit-modal .modal-content .agent-info-image img {
  float: right;
  width: 80px;
  height: auto;
  border-radius: 10px;
}
.modal-dialog.exit-modal .modal-content .agent-wrap {
  font-size: 14px;
  font-weight: 300;
  color: #6f7686;
  margin-top: -10px;
}
.modal-dialog.exit-modal .modal-content .agent-info {
  font-size: 15px;
  color: #6f7686;
}
.modal-dialog.exit-modal .modal-content .agent-info p {
  font-size: 15px;
  color: #6f7686;
}
.modal-dialog.exit-modal .modal-content .modal-header {
  background: #dcdcdc !important;
  padding-left: 30px;
  padding-top: 10px;
}
.modal-dialog.exit-modal .modal-content .modal-header h3 {
  margin-top: 5px;
  font-weight: 400 !important;
  font-size: 20px;
  color: #3a3a3a;
  line-height: 27px;
  margin-bottom: 0px;
}
.modal-dialog.exit-modal .modal-content .modal-body {
  font-size: 14px;
  color: #62615e !important;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
  /*//////////////////////////////////////////////// FORM FIELDSET ///////////// */
  /*|||||||||||||||||||||||||||||||||| SELECT 2 |||||||||||||||||||||||||||||||||||||||*/
  /* Select2 Targeting */
  /* PARSLEY ERROR HANDLING */
  /* Parsley Error */
}
.modal-dialog.exit-modal .modal-content .modal-body .input-lg {
  border-radius: 0px !important;
  font-size: 16px;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
  -webkit-appearance: none;
  padding: 0px;
  padding-left: 10px;
}
.modal-dialog.exit-modal .modal-content .modal-body .form-group {
  position: relative;
}
.modal-dialog.exit-modal .modal-content .modal-body .input-lg {
  height: 55px !important;
  line-height: 55px !important;
  color: #6f7685;
}
.modal-dialog.exit-modal .modal-content .modal-body .custom-select {
  border-radius: 0 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  border: 1px solid #bcbcbc !important;
  padding-left: 10px;
  position: relative;
  z-index: 1;
}
.modal-dialog.exit-modal .modal-content .modal-body label.on-top {
  color: #999;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 6px;
  top: 10px;
  transition: all 0.2s ease;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus::-webkit-input-placeholder { /* For WebKit, Blink, Edge */
  opacity: 0;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus:-moz-placeholder { /*For Mozilla Firefox 4 to 18 */
  opacity: 0;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus::-moz-placeholder { /*For Mozilla Firefox 19+ */
  opacity: 0;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus:-ms-input-placeholder { /*For Internet Explorer 10-11 */
  opacity: 0;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus ~ label.on-top, .modal-dialog.exit-modal .modal-content .modal-body input.used ~ label.on-top {
  top: 9px;
  left: 11px;
  font-size: 11px;
  z-index: 999;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus ~ label.on-top {
  color: #3578cb !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input.used ~ label.on-top {
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body .custom-textarea {
  color: #6f7685 !important;
}
.modal-dialog.exit-modal .modal-content .modal-body .custom-input {
  border-radius: 0 !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  border: 1px solid #bcbcbc !important;
  padding: 0px;
  padding-left: 10px;
  top: 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input:focus {
  outline: none;
  border: 1px solid #3578cb !important;
  padding-top: 14px !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input.used {
  padding-top: 14px !important;
}
.modal-dialog.exit-modal .modal-content .modal-body .total-budget-form input.used, .modal-dialog.exit-modal .modal-content .modal-body .total-budget-form input:focus {
  padding-top: 0px !important;
}
.modal-dialog.exit-modal .modal-content .modal-body .border-edit input.used {
  padding-top: 0px !important;
}
.modal-dialog.exit-modal .modal-content .modal-body .radius-padding span {
  color: #8f8f8f;
  font-weight: 300 !important;
}
.modal-dialog.exit-modal .modal-content .modal-body ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body ::-moz-placeholder { /* Firefox 19+ */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body :-ms-input-placeholder { /* IE 10+ */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body :-moz-placeholder { /* Firefox 18- */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body .button-inside-tag .btn {
  padding: 5px;
}
.modal-dialog.exit-modal .modal-content .modal-body .ad-tags-container {
  margin-top: -10px;
}
.modal-dialog.exit-modal .modal-content .modal-body .ad-tags-container ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
  width: 400px;
  margin-top: 10px;
}
.modal-dialog.exit-modal .modal-content .modal-body .ad-location .parsley-errors-list {
  margin-top: 10px;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting {
  display: block;
  padding-bottom: 0px;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting .tag-selected {
  list-style: none;
  display: inline-block;
  border: none;
  background: #ebebeb;
  border-radius: 4px;
  cursor: default;
  margin-right: 5px;
  margin-top: 5px;
  padding: 10px 10px 2px 10px;
  height: 40px;
  color: #7caae2;
  font-weight: 300;
  font-size: 16px;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting .destroy-tag-selected {
  color: #486180;
  cursor: pointer;
  display: inline-block;
  font-weight: 300;
  font-size: 28px;
  margin-left: 10px;
  margin-top: -10px;
  padding: 0px;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting .destroy-tag-selected:hover {
  text-decoration: none;
  color: #ff0000;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting .select2-selection__choice {
  display: none;
}
.modal-dialog.exit-modal .modal-content .modal-body .main-targeting .button-inside-tag {
  margin-left: 5px;
  margin-bottom: 2px;
  border-radius: 5px;
}
.modal-dialog.exit-modal .modal-content .modal-body .select2-container--default .select2-selection--multiple {
  background-color: white;
  border-radius: 0px;
  cursor: text;
  height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
  font-family: "Roboto", sans-serif;
  color: #777;
}
.modal-dialog.exit-modal .modal-content .modal-body input.select2-search__field {
  color: #6f7685 !important;
  font-size: 16px;
  font-weight: 300;
  margin-top: -16px !important;
  margin-left: -6px !important;
  z-index: 999;
  position: absolute !important;
  height: 55px;
  width: 100% !important;
  padding-left: 10px !important;
  padding-top: 0px !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input.select2-search__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body input.select2-search__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body input.select2-search__field:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c96a9;
}
.modal-dialog.exit-modal .modal-content .modal-body .avg-too-low {
  color: #e75952;
}
.modal-dialog.exit-modal .modal-content .modal-body input[type=text].form-control.parsley-error, .modal-dialog.exit-modal .modal-content .modal-body input[type=email].form-control.parsley-error, .modal-dialog.exit-modal .modal-content .modal-body input[type=text].form-control.parsley-error, .modal-dialog.exit-modal .modal-content .modal-body input[type=tel].form-control.parsley-error, .modal-dialog.exit-modal .modal-content .modal-body input[type=url].form-control.parsley-error, .modal-dialog.exit-modal .modal-content .modal-body input[type=search].form-control.parsley-error {
  border: 1px solid #e75952 !important;
}
.modal-dialog.exit-modal .modal-content .modal-body select.form-control.parsley-error {
  border: 1px solid #e75952 !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input[type=number].form-control.parsley-error {
  color: #e75952;
  border: 1px solid #e75952 !important;
}
.modal-dialog.exit-modal .modal-content .modal-body input[type=text]::-webkit-input-placeholder::after {
  visibility: visible;
}
.modal-dialog.exit-modal .modal-content .modal-body .parsley-errors-list {
  list-style-type: none;
  font-size: 12px;
  color: #e75952;
  width: auto;
  max-width: 100%;
  background: #fef3f3 !important;
  padding-left: 5px;
  border-top: 0px solid #e75952;
  z-index: 0;
  position: relative;
  margin-top: -1px;
}
.modal-dialog.exit-modal .modal-content .modal-body .parsley-errors-list li {
  padding: 5px;
}
.modal-dialog.exit-modal .modal-content .modal-body .parsley-errors-list.filled {
  border: 1px solid #e75952;
}
.modal-dialog.exit-modal .modal-content .modal-body .parsley-errors-list {
  display: none;
}
.modal-dialog.exit-modal .modal-content .modal-body .parsley-errors-list.filled {
  display: inline-flex;
  margin-top: 54px;
  width: 100%;
}
.modal-dialog.exit-modal .modal-content .modal-body #ErrorContainer .parsley-errors-list.filled {
  margin-top: -1px;
}
.modal-dialog.exit-modal .modal-content .modal-body .margin-left-it .parsley-errors-list {
  margin-top: -16px;
}
.modal-dialog.exit-modal .modal-content .modal-body .extra-margin, .modal-dialog.exit-modal .modal-content .modal-body .top-select {
  margin-left: -20px;
}
.modal-dialog.exit-modal .modal-content .modal-body .select-style .parsley-errors-list {
  margin-top: 1px;
}
.modal-dialog.exit-modal .modal-content .modal-body .one-quarter {
  width: 22%;
  display: inline-block;
  margin-right: 10px;
  min-height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .one-third {
  width: 32.6%;
  display: inline-block;
  min-height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .one-half {
  width: 49%;
  display: inline-block;
  min-height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .m-65 {
  width: 65%;
  display: inline-block;
  min-height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .m-100 {
  width: 100%;
  display: inline-block;
  min-height: 55px;
}
.modal-dialog.exit-modal .modal-content .modal-body .form-title {
  font-size: 16px;
  padding-bottom: 4px;
  color: #6f7686;
  font-weight: 300;
}
.modal-dialog.exit-modal .modal-content .modal-body p {
  font-size: 16px !important;
  font-weight: 300;
  color: #6f7686;
  line-height: 22px;
  padding-bottom: 15px;
  width: 85%;
}
.modal-dialog.exit-modal .modal-content .modal-body .modal-select {
  padding-bottom: 25px;
}
.modal-dialog.exit-modal .modal-content .modal-body label {
  margin: 0rem;
}

.final-window {
  padding-left: 60px !important;
  padding-right: 60px;
}

.final-top-text {
  text-align: center;
  color: #1f2532 !important;
  font-weight: 400;
}

.form-group.select-it label {
  width: 100%;
  display: block;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: -1px;
  font-weight: 500;
}

#scheduleForm select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  background-position: right 5px top 8px;
  background-repeat: no-repeat;
  border-radius: 0px;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%2362615e" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
}
#scheduleForm select:not([multiple]).parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 2px solid #b94a48 !important;
}
#scheduleForm select:focus {
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}
#scheduleForm .mySelect {
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  text-align: left;
  text-align-last: left;
  height: 40px;
  padding-left: 10px;
}

#scheduleVideoChat.spw-modal .modal-header {
  background: #191c29;
  height: 100px;
}
#scheduleVideoChat.spw-modal .modal-header .close {
  font-size: 32px;
  color: #ffffff;
}
#scheduleVideoChat.spw-modal .modal-header h1 {
  color: #ffffff;
}
#scheduleVideoChat .select-it {
  display: inline-block;
  margin-right: 16px;
  width: 44%;
}
#scheduleVideoChat select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: 0;
  min-width: 140px;
  font-size: 14px;
  background-position: right 5px top 8px;
  background-repeat: no-repeat;
  border-radius: 0px;
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%2362615e" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 7.84L12 12.42l4.59-4.58L18 9.25l-6 6-6-6z"/><path d="M0-.75h24v24H0z" fill="none"/></svg>');
}
#scheduleVideoChat select:not([multiple]).parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 2px solid #b94a48 !important;
}
#scheduleVideoChat select:focus {
  background-image: url('data:image/svg+xml;utf-8,<svg fill="%23000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
}
#scheduleVideoChat p, #scheduleVideoChat .form-topic {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  color: #191c29 !important;
}
#scheduleVideoChat .custom-input {
  font-size: 14px !important;
  color: #191c29 !important;
}
#scheduleVideoChat .next-step-buttons {
  text-align: left;
  display: flex;
  align-items: center;
}
#scheduleVideoChat .back-button {
  display: inline-flex;
  width: 64px;
  color: rgba(0, 0, 0, 0.6);
  font-family: Roboto;
  font-size: 16px;
  height: auto;
  text-align: left;
  padding: 0;
  margin-right: 24px;
}
#scheduleVideoChat .back-button:hover, #scheduleVideoChat .back-button:active {
  text-decoration: none;
}
#scheduleVideoChat .add-padding-for-button {
  padding-bottom: 40px;
}
#scheduleVideoChat .enter-video-chat-info {
  border-radius: 5px;
  background-color: #edf2f8;
  padding: 20px;
}
#scheduleVideoChat .enter-video-chat-info input.used, #scheduleVideoChat .enter-video-chat-info input:focus {
  padding-top: 0px !important;
}
#scheduleVideoChat input.video-chat-date-js.used, #scheduleVideoChat input.video-chat-date-js:focus, #scheduleVideoChat input.video-chat-time-js.used, #scheduleVideoChat input.video-chat-time-js:focus {
  padding-top: 0px !important;
}
#scheduleVideoChat .btn-danger {
  background-color: #e95045;
  width: 224px;
  height: 55px;
  padding-right: 0;
  padding-left: 0;
  color: white;
}
#scheduleVideoChat .btn-danger:hover, #scheduleVideoChat .btn-danger:active {
  background-color: #cf473d;
}
#scheduleVideoChat .btn-continue {
  background-color: #e95045;
  width: 224px;
  height: 55px;
  padding-right: 0;
  padding-left: 0;
  color: white;
  outline: 0px !important;
}
#scheduleVideoChat .btn-continue:hover, #scheduleVideoChat .btn-continue:active {
  background-color: #cf473d;
  outline: 0px !important;
}
#scheduleVideoChat .btn-disabled {
  background-color: #b3c0ce;
  width: 224px;
  height: 55px;
  padding-right: 0;
  padding-left: 0;
  color: white;
  pointer-events: none;
  outline: none;
}
#scheduleVideoChat .btn-disabled .fa {
  font-size: 16px;
}
#scheduleVideoChat input::-webkit-input-placeholder {
  color: #191c29 !important;
}
#scheduleVideoChat .add-margin-bottom {
  margin-bottom: 15px;
}
#scheduleVideoChat .add-margin-top {
  margin-top: 40px;
}
#scheduleVideoChat .input-group.width-medium {
  max-width: 384px;
  width: 100%;
}
#scheduleVideoChat .input-group input {
  font-size: 14px;
}
#scheduleVideoChat .mySelect {
  border-radius: 0;
  font-size: 16px;
  width: 100%;
  text-align: left;
  text-align-last: left;
  height: 40px;
  padding-left: 10px;
  color: #191c29 !important;
}
#scheduleVideoChat .video-chat-buttons {
  margin-top: 18px;
  margin-bottom: 10px;
}
#scheduleVideoChat .btn-outline.btn-black {
  min-width: 120px;
  width: auto;
  height: 40px;
  margin-bottom: 16px;
  border: 2px solid #414b57;
  color: #414b57 !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 16px !important;
  background: transparent;
  outline: none;
}
#scheduleVideoChat .btn-outline.btn-black:first-child {
  margin-right: 16px;
}
#scheduleVideoChat .btn-outline.btn-black.btn-no-emphasis {
  opacity: 0.3;
  outline: none;
}
#scheduleVideoChat .btn-outline.btn-black.btn-selected {
  border: 1px solid #1f2532;
  color: #ffffff !important;
  background: #1f2532;
  outline: none;
}

.width-100 {
  width: 100%;
}

.long-text {
  display: none;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
  display: none;
}

.addReadMore.showmorecontent .readMore,
.addReadMore.showmorecontent .readMoreEllipsis {
  display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
  font-weight: 400;
  margin-left: 2px;
  color: #3578cb;
  cursor: pointer;
  display: block;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
  display: block;
}

.spw-modal {
  text-align: center;
}
.spw-modal select:not([multiple]) {
  background-position: right 5px top 13px !important;
  border: solid 1px rgba(140, 150, 169, 0.3) !important;
}
.spw-modal .mySelect {
  height: 50px !important;
  padding-left: 15px !important;
  color: #8c96a9 !important;
  background-color: white !important;
}
.spw-modal .modal-header {
  background: #eceef3;
}
.spw-modal .modal-header .close {
  font-size: 44px;
  text-align: right;
  opacity: 0.9;
  line-height: 0.5;
  color: #8f8f8f;
  font-weight: 300;
}
.spw-modal .modal-header h1 {
  color: #1f2532;
  padding-top: 0px;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.spw-modal .modal-body {
  padding-left: 81px;
  padding-right: 81px;
}
.spw-modal .input-group {
  margin-bottom: 13px;
}
.spw-modal .form-group {
  text-align: left;
}
.spw-modal .input-group-addon {
  background-color: #eee;
  border: 1px solid #3a3a3a;
  border-radius: 0;
}

a.home-value-desktop {
  display: flex;
}

.home-value-mobile {
  display: none;
}

a.home-value {
  text-decoration: none;
  width: 100%;
  height: 89px;
  background: rgba(140, 150, 169, 0.2);
  margin-bottom: 30px;
  color: #1f2532;
  display: flex;
}
a.home-value:hover {
  text-decoration: none;
}
a.home-value .home-value-logo {
  display: flex;
  justify-content: center;
  width: 95px;
  height: 89px;
  text-align: center;
  padding-top: 13px;
}
a.home-value .home-value-logo img {
  width: 62px;
  height: 64px;
}
a.home-value .home-value-worth {
  display: flex;
  align-items: center;
  font-family: Montserrat, Arial;
  font-size: 23px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  flex: 1;
  line-height: 1.17;
  letter-spacing: normal;
  color: #1f2532;
  height: 89px;
}
a.home-value .home-value-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  width: 279px;
  background: #09d09d;
  height: 89px;
  font-size: 21px;
}

@media (min-width: 992px) {
  .modal-dialog.modal-lg {
    width: 900px;
  }
  .modal-dialog.modal-xl {
    width: 900px;
  }
}
@media (max-width: 892px) {
  .property-highlight .item .item-title {
    color: #1f2532;
  }
  .btn-contact {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
  }
  .btn-more {
    font-size: 16px;
    font-weight: bold;
  }
  .schedule-on, .schedule-off {
    font-size: 16px;
    font-weight: bold;
  }
  #btn-share-2 span {
    font-size: 16px;
    font-weight: bold;
  }
  .btn.contact-agent span {
    font-size: 16px;
    font-weight: bold;
  }
  .additional-features .item .item-title {
    color: #1f2532;
  }
  .flickity-prev-next-button {
    top: 84%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .contact-me span {
    display: block;
    width: 100%;
    padding: 0 !important;
  }
  .share-buttons.mobile-share {
    display: flex;
    flex-direction: column;
    background: #f3f3f3;
    padding: 15px;
  }
  .share-buttons .mobile-size {
    margin-top: 15px;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .share-buttons .wrap-buttons {
    display: flex;
  }
  .share-buttons .wrap-buttons .btn.btn-outline {
    flex: 1;
    text-align: center;
    height: 45px;
  }
  .share-buttons .wrap-buttons .btn.btn-outline:hover {
    background: #eeeeee;
    cursor: pointer;
  }
  .share-buttons .wrap-buttons .btn.btn-outline span {
    width: 100%;
    text-align: center;
  }
  .share-buttons .wrap-buttons .btn.btn-outline:first-child {
    width: 118px;
    flex: 0;
    background: white !important;
  }
  .share-buttons .wrap-buttons .btn.btn-solid, .share-buttons .wrap-buttons .btn.btn-result {
    flex: 1;
    text-align: center;
  }
  .share-buttons .wrap-buttons .btn.btn-solid span, .share-buttons .wrap-buttons .btn.btn-result span {
    width: 100%;
    text-align: center;
  }
  .main-body .agent-info {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-body .agent-info .agent-wrapper {
    flex-direction: column;
    padding-top: 5px;
  }
  .main-body .agent-info h1 {
    font-size: 16px;
  }
  .main-body .wrapped-row .main-row h1 {
    font-size: 16px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
  .main-body .wrapped-row .main-row .spw-address-2 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .main-body .wrapped-row .main-row .spw-property-info {
    border-bottom: 0px solid;
    padding-bottom: 0px;
  }
  .main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number {
    font-size: 16px;
  }
  .main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number span {
    font-size: 16px;
    padding-top: 5px;
  }
  .main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number[aria-label=Baths] span:nth-child(2), .main-body .wrapped-row .main-row .spw-property-info .spw-bed-bath-cost .listing-numbers .listing-cost .listing-number[aria-label=Baths] span:nth-child(1) {
    font-size: 16px;
  }
  .main-body .wrapped-row .main-row h1.title {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .main-body .wrapped-row .main-row h1.features-title {
    margin-top: 33px;
  }
  .main-body .flex-row {
    flex-direction: column;
    padding-right: 0px;
    padding-left: 0px;
  }
  .main-body .flex-row .address-and-info {
    display: flex;
    flex-direction: column;
  }
  .main-body .flex-row .address-and-info .main-row {
    padding-left: 16px;
    padding-right: 16px;
    order: 1;
    border-bottom: 0px;
  }
  .main-body .flex-row .address-and-info .property-features {
    grid-area: center;
    order: 2;
  }
  .main-body .flex-row .address-and-info .area-info {
    grid-area: center;
    order: 4;
    border-top: unset;
    padding: 20px 16px;
  }
  .main-body .flex-row .address-and-info .area-info h1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main-body .flex-row .address-and-info .area-info .stats-wrapper {
    flex-flow: row wrap;
  }
  .main-body .flex-row .address-and-info .area-info .stats-wrapper .stat-item {
    flex: 0 0 100%;
  }
  .main-body .flex-row .address-and-info .area-info .stats-wrapper .stat-item .results {
    width: 100%;
  }
  .main-body .flex-row .address-and-info .area-info .stats-wrapper .stat-item .summary {
    width: 100%;
  }
  .main-body .flex-row .address-and-info .area-info .stats-wrapper .stat-item .average {
    width: 100%;
  }
  .main-body .flex-row .address-and-info .property-map {
    grid-area: center;
    order: 5;
    padding: 0px 16px;
  }
  .main-body .flex-row .address-and-info .property-map iframe {
    height: 560px;
  }
  .main-body .flex-row .address-and-info .area-schools {
    grid-area: center;
    order: 6;
    padding: 0px 16px;
    margin-bottom: 0;
  }
  .main-body .flex-row .address-and-info .area-schools h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .main-body .flex-row .address-and-info .area-schools ul {
    padding: 10px 0 15px;
  }
  .main-body .flex-row .address-and-info .area-schools ul li {
    flex: 0 0 100%;
  }
  .main-body .flex-row .address-and-info .area-listings {
    grid-area: center;
    order: 7;
    padding: 0px 16px;
    margin-bottom: 0;
  }
  .main-body .flex-row .address-and-info .area-listings h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main-body .flex-row .address-and-info .area-listings ul {
    margin-top: 20px;
  }
  .main-body .flex-row .address-and-info .area-listings ul li {
    flex: 0 1 100%;
    margin: 0 0 28px 0;
  }
  .main-body .flex-row .address-and-info .agent-info {
    grid-area: center;
    order: 8;
    border-bottom: none;
  }
  .main-form {
    padding: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    background: white;
  }
  .main-form .contact-form {
    width: 100%;
    background-color: transparent;
    padding: 0px;
    margin-top: 0;
    position: relative;
  }
  .main-form .contact-form h2 {
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left;
  }
  .video-link {
    width: 100%;
    min-height: 300px;
  }
  footer.bottom-footer {
    padding: 24px;
    display: flex;
    flex-direction: column;
    line-height: 1.81;
  }
  footer.bottom-footer .copyright-disclaimer {
    width: 100%;
  }
  footer.bottom-footer .copyright-disclaimer .copyright-text {
    padding: 0;
    line-height: 1.81;
  }
  footer.bottom-footer .copyright-disclaimer .copyright-text a {
    margin-left: 30px;
  }
  footer.bottom-footer .copyright-column {
    order: 1;
  }
  footer.bottom-footer .backatyou-column {
    order: 2;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 36px;
    padding-right: 0;
  }
  footer.bottom-footer .backatyou-column .backatyou-link {
    display: block;
    text-align: left;
    padding-top: 16px;
  }
  footer.bottom-footer .backatyou-column .backatyou-link a {
    padding-left: 0px;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo {
    width: 100%;
    display: flex;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo img {
    width: 186px;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo .eho {
    flex: 1;
    text-align: right;
    margin-left: 0;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo .eho .eho-logo {
    width: 72px;
    border-radius: 35px;
    background: #ffffff;
    text-align: center;
    padding: 15px;
    float: right;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo .eho .eho-logo img {
    width: 41px;
    height: auto;
  }
  footer.bottom-footer .social-column {
    order: 3;
    margin-top: 40px;
  }
  footer.bottom-footer .social-column ul.social-links {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  #scheduleVideoChat .modal-dialog {
    width: 600px;
  }
}
@media (max-width: 768px) {
  .main-form .contact-form h2 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .slider-main .carousel img {
    border: 0;
  }
  .new-tag {
    padding: 4px 0px;
    width: 60px;
    left: -25px;
    top: -10px;
  }
  .via-buttons .btn.space-between {
    margin-right: 8px;
  }
  .main-form .contactFormFields {
    padding: 40px 20px;
  }
  .main-form .contact-form h2 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .main-form .schedule-private {
    padding: 0;
  }
  .video-link {
    width: 100%;
    min-height: 300px;
  }
  .sticky-bottom {
    background-color: #f3f3f3;
    position: fixed;
    bottom: 0;
    visibility: hidden;
    width: 100%;
  }
  .sticky-bottom.-active {
    visibility: visible;
  }
  .sticky-bottom .mobile-private {
    display: block;
  }
  .sticky-bottom .mobile-private .via-buttons .btn {
    height: 40px;
    font-size: 16px;
  }
  .sticky-bottom .mobile-private h2 {
    font-size: 14px;
    padding-bottom: 5px;
    padding-top: 0px;
    margin-top: 9px;
  }
}
@media (min-width: 2560px) and (max-width: 3000px) {
  .main-body {
    padding-left: 300px;
    padding-right: 300px;
  }
  .show-above .button-row {
    padding-left: 300px;
    padding-right: 300px;
  }
  footer.bottom-footer {
    padding-left: 300px;
    padding-right: 300px;
  }
}
@media (min-width: 1921px) and (max-width: 2559px) {
  .main-body {
    padding-left: 240px;
    padding-right: 240px;
  }
  .show-above .button-row {
    padding-left: 240px;
    padding-right: 240px;
  }
  footer.bottom-footer {
    padding-left: 280px;
    padding-right: 240px;
  }
}
@media (min-width: 1800px) and (max-width: 1920px) {
  .main-body {
    padding-left: 180px;
    padding-right: 180px;
  }
  .show-above .button-row {
    padding-left: 180px;
    padding-right: 180px;
  }
  footer.bottom-footer {
    padding-left: 220px;
    padding-right: 180px;
  }
}
@media (min-width: 1600px) and (max-width: 1799px) {
  .main-body {
    padding-left: 120px;
    padding-right: 120px;
  }
  .show-above .button-row {
    padding-left: 120px;
    padding-right: 120px;
  }
  footer.bottom-footer {
    padding-left: 160px;
    padding-right: 120px;
  }
}
@media (min-width: 1441px) and (max-width: 1599px) {
  .main-body {
    padding-left: 80px;
    padding-right: 80px;
  }
  .show-above .button-row {
    padding-left: 80px;
    padding-right: 80px;
  }
  footer.bottom-footer {
    padding-left: 120px;
    padding-right: 80px;
  }
}
@media (max-width: 1328px) {
  .main-body .agent-info .agent-wrapper .agent-image img {
    padding-right: 15px;
  }
}
@media (max-width: 1260px) {
  .main-body .wrapped-row .main-row .spw-property-info {
    flex-direction: column-reverse;
  }
}
@media (max-width: 1214px) {
  a.home-value {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
  }
  a.home-value .home-value-worth {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.53;
    letter-spacing: normal;
    color: #1f2532;
    padding-right: 15px;
  }
  a.home-value .home-value-button {
    width: 100%;
    height: 55px;
    font-size: 18px;
  }
  a.home-value .home-value-button i {
    display: none;
  }
  .main-body .agent-info .agent-wrapper {
    flex-direction: column;
  }
  .main-body .agent-info .agent-wrapper .agent-column-wrapper {
    flex-direction: column;
  }
  .main-body .agent-info .agent-wrapper .agent-image {
    flex: 0;
    width: 250px;
  }
  .main-body .agent-info .agent-wrapper .agent-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    object-position: center top;
  }
  .main-body .wrapped-row .main-row .spw-property-info {
    flex-direction: column-reverse;
  }
  .slider-main .flickity-viewport {
    height: 530px !important;
  }
  .slider-main .carousel img {
    height: 530px;
  }
  footer.bottom-footer .copyright-disclaimer .copyright-text {
    padding-right: 30px;
  }
  footer.bottom-footer .backatyou-column .backatyou-link {
    display: none;
  }
}
@media (max-width: 1023px) {
  a.home-value-desktop {
    display: none;
  }
  .home-value-mobile {
    display: block;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 30px;
    order: 3;
    height: 140px;
  }
  .main-body .agent-info {
    padding-top: 0px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .main-body .agent-info .agent-wrapper {
    padding-top: 5px;
  }
  .main-body .agent-info .agent-wrapper .agent-image {
    flex: 0;
    width: 150px;
  }
  .main-body .agent-info .agent-wrapper .agent-image img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    object-position: center top;
  }
}
@media (max-width: 1014px) {
  .button-row {
    margin: 0;
    display: inline-flex;
    max-width: inherit;
    position: absolute;
    top: 15px;
    right: 0px;
    left: auto;
    z-index: 100;
    height: 80px;
  }
  .button-row .btn {
    margin-right: 20px;
  }
  .button-row .btn.play, .button-row .btn.home {
    padding-right: 0px;
    padding-left: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    display: flex;
  }
  .button-row .btn.play i, .button-row .btn.home i {
    font-size: 30px;
  }
  .button-row .btn.photo-count {
    padding-right: 10px;
    padding-left: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    min-width: 85px;
    font-size: 16px;
  }
  .button-row .btn.photo-count i {
    font-size: 30px;
  }
  .button-row .btn.btn-100 {
    width: 100%;
  }
  .button-row .btn span {
    display: none;
  }
}
@media only screen and (max-width: 892px) {
  #scheduleForm .modal-dialog {
    width: 95% !important;
  }
  #scheduleForm textarea {
    height: 100px;
  }
  #imageGalleryModal .modal-dialog {
    width: 95% !important;
  }
  #imageGalleryModal .gallery-thumbnails figure {
    width: 25%;
  }
  #imageGalleryModal .gallery-thumbnails figure img {
    width: 148px;
  }
  #imageGalleryModal .gallery-fullsize {
    width: 100%;
  }
  #imageGalleryModal .gallery-fullsize img {
    display: block;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  #leadAutoForm .modal-dialog {
    width: 95% !important;
  }
  #leadAutoForm textarea {
    height: 100px;
  }
  #emailShareForm .modal-dialog {
    width: 95% !important;
  }
  #leadForm .modal-dialog {
    width: 100%;
  }
  #leadForm textarea {
    height: 100px;
  }
  #property_map {
    background-size: 768px 768px !important;
  }
  .footer.brokerage-information {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .footer.brokerage-information .brokerage-name {
    text-align: center;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 5px;
  }
  .footer.brokerage-information .brokerage-phone {
    text-align: center;
  }
}
@media (max-width: 450px) {
  #btn-share-2 .popover .popover-content .btn-media {
    width: 69px;
  }
  #imageGalleryModal .modal-dialog {
    width: 95% !important;
  }
  #imageGalleryModal .gallery-thumbnails figure {
    width: 50%;
  }
  #imageGalleryModal .gallery-thumbnails figure img {
    width: 148px;
  }
  #imageGalleryModal .gallery-fullsize {
    width: 100%;
  }
  #imageGalleryModal .gallery-fullsize img {
    display: block;
    width: 100%;
    height: auto;
    min-height: unset;
  }
  .property-highlight .item .item-title {
    max-width: 180px;
    width: 100%;
  }
  .additional-features .item .item-title {
    max-width: 180px;
    width: 100%;
  }
  .main-body {
    margin-top: 8px;
  }
  .spw-modal .modal-body {
    padding-left: 24px;
    padding-right: 24px;
  }
  .slider-main .flickity-viewport {
    height: 263px !important;
  }
  .slider-main .carousel img {
    height: 263px;
  }
  footer.bottom-footer .backatyou-column .backatyou-link {
    padding-top: 0;
  }
  #scheduleVideoChat.spw-modal .modal-header h1 {
    padding-top: 0px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 1.44;
    font-weight: 500;
  }
}
@media (max-width: 359px) {
  .share-buttons .wrap-buttons .btn.btn-solid, .share-buttons .wrap-buttons .btn.btn-result {
    padding-right: 20px;
    padding-left: 20px;
  }
  .new-tag {
    left: 0px !important;
  }
  footer.bottom-footer .backatyou-column {
    margin-top: 0px;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo {
    width: 100%;
    display: block;
    padding-top: 20px;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo .eho {
    text-align: left;
  }
  footer.bottom-footer .backatyou-column .backatyou-logo .eho .eho-logo {
    float: none;
    margin-top: 15px;
  }
  footer.bottom-footer .copyright-disclaimer .copyright-text br {
    display: none;
  }
  footer.bottom-footer .copyright-disclaimer .copyright-text a {
    display: block;
    margin-left: 0;
  }
}
#bookShowingConfirmation {
  margin-top: 15px;
  margin-bottom: 35px;
}
#bookShowingConfirmation .btn-space {
  font-size: 18px;
  font-weight: bold;
}

#contactFormSuccess .btn-space {
  font-size: 18px;
  font-weight: bold;
}

#iq_fullscreen_modal {
  margin-left: -15px;
}
#iq_fullscreen_modal .modal-body img {
  width: 100%;
}

/*# sourceMappingURL=spw.index.css.map */
