@keyframes fade-first-image {
  0%, 20%, 33%, 53% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade {
  0%, 53% {
    opacity: 0;
  }
  20%, 33% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
html {
  font-size: 12px;
}
html body {
  font-size: 12px;
  padding-top: 89px;
}
html body main {
  padding: 30px 80px;
}
html body main .block-collapsible-nav-content ul.nav li.nav.item {
  flex-basis: 100%;
}
html body main .block-collapsible-nav-content ul.nav li.nav.item .delimiter {
  width: 100%;
}
html body main .block-collapsible-nav-content ul.nav li.nav.item a {
  display: block;
  width: 100%;
}
html body .modals-wrapper {
  position: relative;
  z-index: 1040;
}
html body .page-wrapper {
  min-height: calc(100vh - 89px);
}
@media only screen and (max-width: 767px) {
  html body {
    padding-top: 70px;
  }
  html body .page-wrapper {
    min-height: calc(100vh - 70px);
  }
}
html body .breadcrumbs {
  padding: 12px 20px;
}
html body .breadcrumbs li {
  color: black;
  font-size: 12px;
}
html body .breadcrumbs li.item:not(:last-child)::after {
  margin: 0 5px;
}
html body .breadcrumbs li strong {
  font-weight: bold;
}
html body .breadcrumbs li a {
  color: black;
}
html body .breadcrumbs li a:active, html body .breadcrumbs li a:visited, html body .breadcrumbs li a:hover {
  color: black;
}
html body a,
html body .alink {
  color: #007bff;
}
html body a:visited,
html body .alink:visited {
  color: #007bff;
}
html body h1,
html body .h1 {
  font-size: 14px;
  font-weight: bold;
}
html body h1.super {
  font-size: 22px;
  color: #d3463e;
  font-weight: bold;
  margin-bottom: 20px;
}
html body .btn-fsbo-primary {
  box-shadow: none !important;
  border: none !important;
  background-color: #d3463e;
  font-weight: bold;
  padding: 5px 10px;
  color: white;
}
html body .btn-fsbo-primary:hover {
  background-color: #f8db42;
  color: #d3463e;
}
html body .btn-fsbo-primary:active, html body .btn-fsbo-primary:focus, html body .btn-fsbo-primary:visited {
  background-color: #d3463e !important;
  color: white !important;
}
html body .btn-fsbo-secondary {
  box-shadow: none !important;
  border: none !important;
  background-color: #f8db42;
  color: #d3463e;
  font-weight: bold;
  padding: 5px 10px;
}
html body .btn-fsbo-secondary:hover {
  background-color: #d3463e;
  color: white;
}
html body .btn-fsbo-secondary:active, html body .btn-fsbo-secondary:focus, html body .btn-fsbo-secondary:visited {
  background-color: #f8db42 !important;
  color: #d3463e !important;
}
html body input[type=text],
html body input[type=password],
html body input[type=url],
html body input[type=tel],
html body input[type=search],
html body input[type=number],
html body input[type=datetime],
html body input[type=email],
html body textarea,
html body select {
  border-radius: 4px !important;
  border-color: #ced4da !important;
}
html body select.form-control {
  height: 32px;
}
html body .foreclosure-login-link {
  float: left;
  height: 41.2px;
  font-size: 16.8px;
  line-height: 31.8px;
  margin-top: -50px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  html body .foreclosure-login-link {
    width: 100%;
    margin-top: 0;
  }
}
html body .grecaptcha-badge {
  z-index: 100;
}

header.page-header {
  margin-bottom: 0;
}
header.page-header nav.navbar.navbar-light {
  background-color: #d3463e;
  padding-top: 0;
  padding-bottom: 0;
  height: 89px;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light {
    height: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
header.page-header nav.navbar.navbar-light .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
}
header.page-header nav.navbar.navbar-light .navbar-brand .logo-img {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 30px;
  width: 123px;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .navbar-brand .logo-img {
    width: 93px;
    margin-left: 10px;
  }
}
header.page-header nav.navbar.navbar-light .navbar-toggler {
  box-shadow: none;
  border-color: #dddddd;
  padding: 4px 12px;
  margin-right: 10px;
}
header.page-header nav.navbar.navbar-light .navbar-toggler:hover {
  background-color: transparent;
}
header.page-header nav.navbar.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1.0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  width: 30px;
  height: 30px;
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item {
  margin-bottom: 0;
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .nav-link {
  color: white;
  padding: 32px 11px 33px;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    padding: 16px 11px 17px;
    border-bottom: 1px solid #f8db42;
  }
  header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .nav-link.last-link {
    border-bottom: 0;
  }
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu {
  margin-top: -5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #d3463e;
  border-radius: 2px;
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: white;
  font-size: 14px;
  line-height: 2;
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:active, header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #f8db42;
  color: #d3463e;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .dropdown-menu {
    box-shadow: none;
    margin-top: 0;
    border: 0;
  }
}
header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .seller-login-button {
  padding: 5px 12px 3px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f8db42;
  color: #d3463e;
  margin-top: 4px;
  border-radius: 2px;
  box-shadow: none !important;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .navbar-nav .nav-item .seller-login-button {
    margin-bottom: 15px;
    width: 100%;
    font-size: 16px;
    padding: 7px 14px;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .navbar-nav {
    background-color: #d3463e;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header.page-header nav.navbar.navbar-light .top-right-nav {
  position: fixed;
  top: 4px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  header.page-header nav.navbar.navbar-light .top-right-nav {
    display: none;
  }
}
header.page-header nav.navbar.navbar-light .top-right-nav .top-right-nav-link {
  color: white;
  font-weight: 700;
  font-size: 14px;
  margin-right: 16px;
  line-height: 1.5;
}

footer.page-footer {
  background-color: #d3463e;
  padding: 40px 0;
  text-align: center;
  color: white;
  position: relative;
  z-index: 10;
}
footer.page-footer .social-icons {
  margin-bottom: 25px;
}
footer.page-footer .social-icons a {
  text-decoration: none !important;
}
footer.page-footer .social-icons a .social-icon {
  color: white;
  font-size: 35px;
  line-height: 40px;
  margin: 0 8px;
  width: 40px;
}
footer.page-footer .social-icons a .social-icon.fa-twitter {
  font-size: 39px;
}
footer.page-footer .phone-support {
  margin-bottom: 20px;
}
footer.page-footer .phone-support a {
  color: white;
  font-size: 13.5px;
  line-height: 21.6px;
}
footer.page-footer .footer-links {
  margin-bottom: 10px;
}
footer.page-footer .footer-links .list-inline-item {
  margin: 0;
  padding: 0 10px;
}
footer.page-footer .footer-links .list-inline-item a {
  color: white;
  text-decoration: underline;
  font-size: 13.5px;
  line-height: 21.6px;
}
footer.page-footer .copyright {
  padding: 0;
  background-color: transparent;
}

body.page-layout-home_page {
  padding-top: 0;
}
body.page-layout-home_page main {
  max-width: unset;
  padding: 0;
}
body.page-layout-home_page main .is-invalid {
  border-color: #d3463e !important;
}
body.page-layout-home_page main .is-invalid::placeholder {
  color: #d3463e;
}
body.page-layout-home_page main .home-splash-panel {
  height: 560px;
  padding-left: 0;
  padding-right: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel {
    height: 440px;
  }
}
body.page-layout-home_page main .home-splash-panel .hero-img {
  height: 480px;
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  z-index: -2;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .hero-img {
    height: 371px;
    top: 70px;
  }
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-fade {
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 21s;
  animation-name: fade;
  animation-iteration-count: infinite;
  animation-duration: 21s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-fade-first-image {
  -webkit-animation-name: fade-first-image;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 21s;
  animation-name: fade-first-image;
  animation-iteration-count: infinite;
  animation-duration: 21s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-1 {
  animation-delay: 0s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-2 {
  animation-delay: -1s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-3 {
  animation-delay: -5s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-4 {
  animation-delay: -10s;
}
body.page-layout-home_page main .home-splash-panel .hero-img.hero-img-overlay {
  animation-delay: 0s;
  z-index: -1;
  opacity: 0.3;
}
body.page-layout-home_page main .home-splash-panel .content-container {
  position: fixed;
  top: 140px;
  padding-left: 30px;
  padding-right: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container {
    top: 100px;
  }
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-splash-panel .content-container {
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner {
  padding-left: 20px;
  padding-right: 30px;
  max-width: 600px;
  margin-right: auto;
  font-size: 22px;
  color: white;
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .img-seal {
  width: 106px;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .img-seal {
    width: 85px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .title {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 45px;
  font-weight: 600;
  line-height: 44px;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .title {
    font-size: 40px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .title {
    font-size: 26px;
    line-height: 30px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .subtitle {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 30px;
  line-height: 30px;
  margin-top: 8px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .subtitle {
    font-size: 25px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .subtitle {
    font-size: 19px;
    line-height: 19px;
    margin-bottom: 20px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function {
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option {
  display: inline-block;
  margin-right: 30px;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 25px;
  padding-bottom: 3px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option {
    font-size: 18px;
    margin-right: 15px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option:last-of-type {
  margin-right: 0;
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option.selected {
  border-bottom: 6px solid #d3463e;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-function .search-function-option.selected {
    border-bottom-width: 4px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-form input[type=text] {
  max-width: 420px;
  padding: 10px 14px;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  height: 44px;
  box-shadow: none !important;
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-form input[type=text] {
    font-size: 14px;
  }
  body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-form input[type=text]::placeholder {
    font-size: 14px;
  }
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-form .btn {
  padding: 6px 14px 6px 17px;
  background-color: #ce3229;
  color: #f8db42;
  font-size: 30px;
  line-height: 30px;
  border-radius: 0;
  height: 44px;
}
body.page-layout-home_page main .home-splash-panel .content-container .content-wrapper .content-wrapper-inner .search-form .btn:hover {
  background-color: #f8db42;
  color: #ce3229;
}
body.page-layout-home_page main .home-recent-listings {
  padding-top: 16px;
  background-color: #d3463e;
  position: relative;
  z-index: 10;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container {
  max-width: 1100px;
  margin: 0 auto;
}
@media only screen and (max-width: 991px) {
  body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(6), body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(5), body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(6), body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(7) {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col {
    flex-basis: calc(100% / 3);
  }
  body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(5), body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col:nth-child(6) {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-row .col {
    flex-basis: 50%;
  }
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .home-recent-listings-title {
  color: #f8db42;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing {
  text-align: center;
  color: white;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing .recent-listing-featured-img {
  border: 6px solid rgba(255, 255, 255, 0.24);
  margin-bottom: 10px;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing .recent-listing-id {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing .recent-listing-id a {
  text-decoration: none !important;
  color: white;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing .recent-listing-location {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  padding-bottom: 16px;
}
body.page-layout-home_page main .home-recent-listings .home-recent-listings-container .recent-listing .recent-listing-location a {
  text-decoration: none !important;
  color: white;
}
body.page-layout-home_page main .home-box-panel-wrapper {
  background-color: white;
  padding: 0;
  position: relative;
  z-index: 10;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel {
  padding: 50px 30px;
  background-color: white;
  max-width: 1160px;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row {
  margin-left: -10px;
  margin-right: -10px;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #f2f2f2;
  flex-basis: calc(100% / 3)-20px;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper a {
  text-decoration: none !important;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box {
  padding: 30px;
  color: #666666;
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 23px;
  font-weight: 200;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box .home-box-title {
  color: #d3463e;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 33px;
  line-height: 36px;
}
@media only screen and (max-width: 890px) {
  body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box .home-box-title {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box .home-box-title {
    font-size: 33px;
  }
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box .home-box-copy {
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper .home-box .home-box-icon-wrapper {
  width: 50%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-box-panel-wrapper .home-box-panel .row .home-box-wrapper {
    margin-bottom: 50px;
    flex-basis: calc(100% - 20px);
  }
}
body.page-layout-home_page main .home-map-panel {
  background-color: #f2f2f2;
  padding: 110px 30px;
  position: relative;
  z-index: 10;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-copy-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-copy-container .title {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 37px;
  line-height: 40px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-copy-container .copy {
  font-size: 17px;
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row {
  margin-left: -10px;
  margin-right: -10px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package {
  margin-bottom: 20px;
  background-color: white;
  flex-basis: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package {
    flex-basis: calc(100% - 20px);
  }
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package:nth-child(2) .package-copy {
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .btn-package {
  display: block;
  text-decoration: none;
  background-color: #d3463e;
  color: #f8db42;
  border: 0;
  border-radius: 10px;
  font-size: 22px;
  margin-bottom: 5px;
  cursor: default;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .btn-package:hover, body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .btn-package:active, body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .btn-package:focus {
  background-color: #d3463e;
  color: #f8db42;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-hint {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-title {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 27px;
  line-height: 38px;
  font-weight: 600;
  text-transform: uppercase;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-copy {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 30px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-copy ul li {
  margin-bottom: 0;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-cta {
  font-family: Oswald, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form {
  margin-bottom: 10px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form .form-control {
  border-color: #cccccc;
  padding: 5px 10px;
  font-size: 14px;
  height: 40px;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form .form-control::placeholder {
  color: #767676;
  font-weight: lighter;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form .input-group-append {
  border: 0;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form .input-group-append .btn {
  width: 40px;
  height: 40px;
  background-color: #ce3229;
  color: #f8db42;
  border: 0;
  border-radius: 0;
  font-size: 30px;
  line-height: 34px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-form .input-group-append .btn:hover {
  background-color: #f8db42;
  color: #ce3229;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-disclaimers {
  font-size: 13px;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-packages-container .row .home-map-panel-package .package-disclaimers p {
  margin-bottom: 0;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
body.page-layout-home_page main .home-map-panel .home-map-panel-container .map-title {
  font-weight: bold;
  padding-top: 40px;
  font-size: 14px;
  text-align: center;
}

body.listings-listings-show #breadcrumb,
body.-listings-show #breadcrumb {
  padding-bottom: 25px;
}
body.listings-listings-show #breadcrumb a,
body.-listings-show #breadcrumb a {
  color: black;
}
body.listings-listings-show .property-details .property-details-right,
body.-listings-show .property-details .property-details-right {
  padding: 0 15px 15px;
}
body.listings-listings-show .property-details .property-details-right .btn,
body.-listings-show .property-details .property-details-right .btn {
  max-width: 200px;
  margin: 7px 0;
}
body.listings-listings-show .property-details .property-details-right .address-container,
body.-listings-show .property-details .property-details-right .address-container {
  padding-bottom: 15px;
}
body.listings-listings-show .property-details .property-details-right .table.listing-data tbody tr td,
body.-listings-show .property-details .property-details-right .table.listing-data tbody tr td {
  border-top-color: #e1e1e1;
}
body.listings-listings-show .property-details .address-copy,
body.-listings-show .property-details .address-copy {
  line-height: 17px;
}
body.listings-listings-show .property-details .price,
body.-listings-show .property-details .price {
  font-size: 20px;
  font-weight: bold;
}
body.listings-listings-show .property-details .address,
body.-listings-show .property-details .address {
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  body.listings-listings-show .property-details .address,
body.-listings-show .property-details .address {
    display: none;
  }
}
body.listings-listings-show .property-details .address-mobile,
body.-listings-show .property-details .address-mobile {
  font-size: 16px;
  font-weight: bold;
  display: none;
}
@media only screen and (max-width: 767px) {
  body.listings-listings-show .property-details .address-mobile,
body.-listings-show .property-details .address-mobile {
    display: inline;
  }
}
body.listings-listings-show .property-details .sharing,
body.-listings-show .property-details .sharing {
  padding: 15px 0;
}
body.listings-listings-show .property-details .services .header,
body.-listings-show .property-details .services .header {
  color: #d3463e;
  font-size: 16px;
  font-weight: bold;
}
body.listings-listings-show .property-details .services ul,
body.-listings-show .property-details .services ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
body.listings-listings-show .property-details .services ul li,
body.-listings-show .property-details .services ul li {
  line-height: 22px;
  margin-bottom: 0;
}
body.listings-listings-show .property-details .services ul li a,
body.-listings-show .property-details .services ul li a {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}
body.listings-listings-show .property-details .services ul li a:active, body.listings-listings-show .property-details .services ul li a:hover, body.listings-listings-show .property-details .services ul li a:visited,
body.-listings-show .property-details .services ul li a:active,
body.-listings-show .property-details .services ul li a:hover,
body.-listings-show .property-details .services ul li a:visited {
  color: #666666;
}
body.listings-listings-show .property-details .open-house,
body.-listings-show .property-details .open-house {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 5px 13px;
  background: black;
  color: white;
}
body.listings-listings-show .property-details .open-house .header,
body.-listings-show .property-details .open-house .header {
  font-weight: bold;
  color: #f8db42;
  padding: 5px 10px;
}
body.listings-listings-show .property-details .description,
body.-listings-show .property-details .description {
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
body.listings-listings-show .property-details h1,
body.-listings-show .property-details h1 {
  font-size: 14px;
  font-weight: bold;
}
body.listings-listings-show .property-details .header,
body.-listings-show .property-details .header {
  font-size: 14px;
  font-weight: bold;
  color: #d3463e;
}
body.listings-listings-show .property-details .amenities ul,
body.-listings-show .property-details .amenities ul {
  float: left;
  padding-left: 0;
  margin-left: -15px;
}
body.listings-listings-show .property-details .amenities ul li,
body.-listings-show .property-details .amenities ul li {
  float: left;
  list-style: inside;
  margin-left: 15px;
}
body.listings-listings-show .requiredStar,
body.-listings-show .requiredStar {
  color: #d3463e;
}
body.listings-listings-show .lSSlideOuter .lSPager, body.listings-listings-show .lSSlideOuter .lightSlider,
body.-listings-show .lSSlideOuter .lSPager,
body.-listings-show .lSSlideOuter .lightSlider {
  max-height: 496px;
}

body.page-layout-buyer_faq main {
  padding-bottom: 50px;
}
body.page-layout-buyer_faq main .column.main {
  min-height: unset;
  padding-bottom: 0;
}
body.page-layout-buyer_faq main #buyerFaqs {
  margin-top: 5px;
  margin-bottom: 50px;
}
body.page-layout-buyer_faq main #buyerTips {
  margin-top: 5px;
}
body.page-layout-buyer_faq main .card h2 .btn.btn-link {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold;
  padding: 3px 0;
  font-size: 14px;
}
body.page-layout-buyer_faq main .card .card-body p:last-child {
  margin-bottom: 0;
}
body.page-layout-buyer_faq main .faq-toggler:after {
  content: "Collapse All";
}
body.page-layout-buyer_faq main .faq-toggler.collapsed:after {
  content: "Expand All";
}

body.page-layout-seller_faq main {
  padding-bottom: 50px;
}
body.page-layout-seller_faq main .column.main {
  min-height: unset;
  padding-bottom: 0;
}
body.page-layout-seller_faq main #sellerFaqs {
  margin-top: 5px;
  margin-bottom: 50px;
}
body.page-layout-seller_faq main #sellerTips {
  margin-top: 5px;
}
body.page-layout-seller_faq main .card h2 .btn.btn-link {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold;
  padding: 3px 0;
  font-size: 14px;
}
body.page-layout-seller_faq main .card .card-body p:last-child {
  margin-bottom: 0;
}
body.page-layout-seller_faq main .faq-toggler:after {
  content: "Collapse All";
}
body.page-layout-seller_faq main .faq-toggler.collapsed:after {
  content: "Expand All";
}

body.listings-search-results .filter-search {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
body.listings-search-results .filter-search .row {
  width: calc(100% + 30px);
}
body.listings-search-results .filter-search select {
  width: auto;
}
body.listings-search-results .listings .listing-item {
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #cccccc;
}
body.listings-search-results .listings .listing-item .listing-left {
  padding-left: 0;
  padding-right: 10px;
}
body.listings-search-results .listings .listing-item .listing-right {
  padding-left: 10px;
  padding-right: 0;
}
body.listings-search-results .listings .listing-item .listing-right .btn {
  margin-top: 5px;
}
@media only screen and (max-width: 991px) {
  body.listings-search-results .listings .listing-item .listing-right {
    padding-left: 0;
  }
  body.listings-search-results .listings .listing-item .listing-right .btn {
    width: 100%;
  }
}
body.listings-search-results .listings .listing-item h4 {
  font-size: 17px;
}
body.listings-search-results .listings .listing-item h4 a {
  color: black;
}
body.listings-search-results .listings .listing-item img {
  float: left;
  margin-right: 15px;
}
body.listings-search-results .services .header {
  color: #d3463e;
  font-size: 16px;
  font-weight: bold;
}
body.listings-search-results .services ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}
body.listings-search-results .services ul li {
  line-height: 22px;
  margin-bottom: 0;
}
body.listings-search-results .services ul li a {
  font-weight: bold;
  color: #666666;
  text-decoration: underline;
}
body.listings-search-results .services ul li a:active, body.listings-search-results .services ul li a:hover, body.listings-search-results .services ul li a:visited {
  color: #666666;
}

.refine-search-form {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
.refine-search-form button {
  height: 32px;
}
@media only screen and (max-width: 575px) {
  .refine-search-form button {
    width: 100%;
  }
}
.refine-search-form select.form-control {
  min-width: 102px;
}
.refine-search-form input[type=text] {
  background-color: #f2f2f2;
  box-shadow: none !important;
  border-color: #ced4da;
  transition: border-color 0s;
}
.refine-search-form input[type=text]:hover {
  background-color: #cccccc;
  border-color: #b5bec7 !important;
}
.refine-search-form select {
  cursor: pointer;
  background-color: #f2f2f2;
  box-shadow: none !important;
  border-color: #ced4da;
  transition: border-color 0s;
}
.refine-search-form select:hover {
  background-color: #cccccc;
  border-color: #b5bec7 !important;
}
.refine-search-form select:active, .refine-search-form select:focus {
  background-color: #f2f2f2;
}
.refine-search-form select option {
  background-color: #f2f2f2;
}
.refine-search-form select option:first-child {
  font-weight: bold;
}
.refine-search-form .search-query {
  font-size: 12px;
}
@media only screen and (max-width: 991px) {
  .refine-search-form .search-query {
    flex-basis: calc(50% - 3px) !important;
    flex-grow: 0 !important;
    margin-right: 6px !important;
  }
}
@media only screen and (max-width: 425px) {
  .refine-search-form .search-query {
    flex-basis: 100% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  .refine-search-form .search-distance {
    flex-basis: calc(50% - 3px) !important;
    flex-grow: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .refine-search-form .search-distance {
    flex-basis: 100% !important;
  }
}
@media only screen and (max-width: 575px) {
  .refine-search-form .min-price,
.refine-search-form .num-beds {
    flex-basis: calc(50% - 3px) !important;
    flex-grow: 0 !important;
    margin-right: 6px !important;
  }
}
@media only screen and (max-width: 425px) {
  .refine-search-form .min-price,
.refine-search-form .num-beds {
    flex-basis: 100% !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 575px) {
  .refine-search-form .max-price,
.refine-search-form .num-baths {
    flex-basis: calc(50% - 3px) !important;
    flex-grow: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .refine-search-form .max-price,
.refine-search-form .num-baths {
    flex-basis: 100% !important;
  }
}

#MlsMap #states a {
  text-decoration: none;
}
#MlsMap #states a path {
  fill: #cccccc;
}
#MlsMap #states a text {
  color: #222222;
  fill: #222222;
}
#MlsMap #states a line {
  stroke: #222222;
  stroke-width: 1px;
}
#MlsMap #states a line + text {
  color: #222222 !important;
  fill: #222222 !important;
}
#MlsMap #states a:hover path {
  fill: #ce3229;
}
#MlsMap #states a:hover text {
  color: white;
  fill: white;
}

body.mls-state-show .page-main {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body.mls-state-show .page-main {
    padding-top: 50px;
  }
}
body.mls-state-show .map-title {
  text-align: center;
  font-weight: bold;
}
body.mls-state-show .packageLink {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
  max-width: 550px;
}

body.cms-flat-fee-mls .page-main {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body.cms-flat-fee-mls .page-main {
    padding-top: 50px;
  }
}
body.cms-flat-fee-mls .map-title {
  text-align: center;
  font-weight: bold;
}
body.cms-flat-fee-mls .packageLink {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}
body.cms-flat-fee-mls .flat-fee-logo {
  width: 138px;
}
body.cms-flat-fee-mls #mlsFaqs {
  margin-top: 5px;
  margin-bottom: 50px;
}
body.cms-flat-fee-mls .card h2 .btn.btn-link {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: bold;
  padding: 3px 0;
  font-size: 14px;
}
body.cms-flat-fee-mls .card .card-body p:last-child {
  margin-bottom: 0;
}
body.cms-flat-fee-mls .faq-toggler:after {
  content: "Collapse All";
}
body.cms-flat-fee-mls .faq-toggler.collapsed:after {
  content: "Expand All";
}

@media only screen and (max-width: 767px) {
  body.cms-services .page-main {
    padding-top: 50px;
  }
}
body.cms-services .proservices-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.cms-services .proservices-wrapper .card {
  flex-basis: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  body.cms-services .proservices-wrapper .card {
    flex-basis: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
body.cms-services .proservices-wrapper .card.red {
  border-color: #d3463e;
}
body.cms-services .proservices-wrapper .card.red .card-header {
  background-color: #d3463e;
  color: white;
}
body.cms-services .proservices-wrapper .card.green {
  border-color: #26a24d;
}
body.cms-services .proservices-wrapper .card.green .card-header {
  background-color: #26a24d;
  color: white;
}
body.cms-services .proservices-wrapper .card.green .card-body .btn-fsbo-primary {
  background-color: #26a24d;
}
body.cms-services .proservices-wrapper .card.green .card-body .btn-fsbo-primary:hover, body.cms-services .proservices-wrapper .card.green .card-body .btn-fsbo-primary:active, body.cms-services .proservices-wrapper .card.green .card-body .btn-fsbo-primary:visited {
  background-color: #26a24d !important;
  color: white !important;
}
body.cms-services .proservices-wrapper .card .card-header {
  font-size: 16px;
  font-weight: bold;
}
body.cms-services .proservices-wrapper .card .card-body ul {
  padding-left: 15px;
}
body.cms-services .proservices-wrapper .card .card-body ul li {
  margin-bottom: 0;
}
body.cms-services .proservices-wrapper .card .card-body .requiredStar {
  color: #d3463e;
}
body.cms-services .proservices-wrapper .card .card-body .btn-fsbo-primary {
  font-size: 15px;
  font-weight: bold;
}
body.cms-services .proservices-wrapper .card .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

body.page-layout-proservices_results .page-main {
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  body.page-layout-proservices_results .page-main {
    padding-top: 30px;
  }
}
body.page-layout-proservices_results .search-form {
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
body.page-layout-proservices_results .search-form .requiredStar {
  color: #d3463e;
}
body.page-layout-proservices_results .search-form .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.page-layout-proservices_results .search-form .btn-fsbo-primary {
  height: 32px;
}
@media only screen and (max-width: 575px) {
  body.page-layout-proservices_results .search-form .btn-fsbo-primary {
    width: 100%;
  }
}
body.page-layout-proservices_results .proservices-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
body.page-layout-proservices_results .proservices-wrapper .card {
  flex-basis: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  border-color: #d3463e;
}
@media only screen and (max-width: 767px) {
  body.page-layout-proservices_results .proservices-wrapper .card {
    flex-basis: calc(100% - 30px);
    margin-bottom: 30px;
  }
}
body.page-layout-proservices_results .proservices-wrapper .card .card-header {
  font-size: 21px;
  font-weight: bold;
  background-color: #d3463e;
  color: white;
}
body.page-layout-proservices_results .proservices-wrapper .card .card-body {
  font-size: 14px;
}
body.page-layout-proservices_results .proservices-wrapper .card .card-body .category-name {
  font-size: 16px;
  font-weight: bold;
}
body.page-layout-proservices_results .proservices-wrapper .card .card-body .website-link a {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  body.page-layout-proservices_results .proservices-wrapper .card .card-body img {
    margin-top: 25px;
  }
}
body.page-layout-proservices_results #serviceModal {
  font-size: 14px;
}
body.page-layout-proservices_results #serviceModal .message-subject {
  margin-bottom: 12px;
}
body.page-layout-proservices_results #serviceModal .requiredStar {
  color: #d3463e;
}
body.page-layout-proservices_results #serviceModal .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.page-layout-proservices_results #serviceModal textarea {
  font-size: 14px;
}
body.page-layout-proservices_results #serviceModal textarea::placeholder {
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .page-layout-proservices_form .page-main {
    padding-top: 50px;
  }
}
.page-layout-proservices_form .page-main h1 {
  margin-top: -30px;
  margin-bottom: 15px;
}
.page-layout-proservices_form .page-main .requiredStar {
  color: #d3463e;
}
.page-layout-proservices_form .page-main .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.page-layout-proservices_form .page-main .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f6bec1 !important;
}
.page-layout-proservices_form .page-main .form-control.is-invalid + .input-group-append .requiredStar {
  border-color: #dc3545;
}
.page-layout-proservices_form .page-main select,
.page-layout-proservices_form .page-main textarea,
.page-layout-proservices_form .page-main .form-check label {
  font-size: 14px;
}
.page-layout-proservices_form .page-main .form-check {
  padding-left: 0;
}
.page-layout-proservices_form .page-main .form-check input[type=checkbox] {
  top: 0;
}
.page-layout-proservices_form .page-main .form-group label {
  font-size: 14px;
}
.page-layout-proservices_form .page-main small.form-text {
  font-size: 11px;
}

body.proservices-customer-edit .requiredStar {
  color: #d3463e;
}
body.proservices-customer-edit .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.proservices-customer-edit .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f6bec1 !important;
}
body.proservices-customer-edit .form-control.is-invalid + .input-group-append .requiredStar {
  border-color: #dc3545;
}
body.proservices-customer-edit select,
body.proservices-customer-edit textarea {
  font-size: 14px;
}
body.proservices-customer-edit .form-group label {
  font-size: 14px;
}

body.listings-listings-pdf,
body.listings-listings-generatepdf {
  padding-top: 0;
  width: 1024px;
}
body.listings-listings-pdf .row,
body.listings-listings-generatepdf .row {
  display: block !important;
  float: left;
  width: 100%;
}
body.listings-listings-pdf .row .col-1,
body.listings-listings-generatepdf .row .col-1 {
  float: left;
  width: calc((100% / 12) * 1);
}
body.listings-listings-pdf .row .col-2,
body.listings-listings-generatepdf .row .col-2 {
  float: left;
  width: calc((100% / 12) * 2);
}
body.listings-listings-pdf .row .col-3,
body.listings-listings-generatepdf .row .col-3 {
  float: left;
  width: calc((100% / 12) * 3);
}
body.listings-listings-pdf .row .col-4,
body.listings-listings-generatepdf .row .col-4 {
  float: left;
  width: calc((100% / 12) * 4);
}
body.listings-listings-pdf .row .col-5,
body.listings-listings-generatepdf .row .col-5 {
  float: left;
  width: calc((100% / 12) * 5);
}
body.listings-listings-pdf .row .col-6,
body.listings-listings-generatepdf .row .col-6 {
  float: left;
  width: calc((100% / 12) * 6);
}
body.listings-listings-pdf .row .col-7,
body.listings-listings-generatepdf .row .col-7 {
  float: left;
  width: calc((100% / 12) * 7);
}
body.listings-listings-pdf .row .col-8,
body.listings-listings-generatepdf .row .col-8 {
  float: left;
  width: calc((100% / 12) * 8);
}
body.listings-listings-pdf .row .col-9,
body.listings-listings-generatepdf .row .col-9 {
  float: left;
  width: calc((100% / 12) * 9);
}
body.listings-listings-pdf .row .col-10,
body.listings-listings-generatepdf .row .col-10 {
  float: left;
  width: calc((100% / 12) * 10);
}
body.listings-listings-pdf .row .col-11,
body.listings-listings-generatepdf .row .col-11 {
  float: left;
  width: calc((100% / 12) * 11);
}
body.listings-listings-pdf .row .col-12,
body.listings-listings-generatepdf .row .col-12 {
  float: left;
  width: calc((100% / 12) * 12);
}
body.listings-listings-pdf .right-column-item,
body.listings-listings-generatepdf .right-column-item {
  margin-bottom: 15px;
}
body.listings-listings-pdf .description,
body.listings-listings-generatepdf .description {
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  width: 100%;
}
body.listings-listings-pdf .amenities,
body.listings-listings-generatepdf .amenities {
  float: left;
  width: 100%;
}
body.listings-listings-pdf .amenities ul,
body.listings-listings-generatepdf .amenities ul {
  float: left;
  padding-left: 0;
  margin-left: -15px;
  display: block;
  width: 100%;
}
body.listings-listings-pdf .amenities ul li,
body.listings-listings-generatepdf .amenities ul li {
  float: left;
  list-style: inside;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  body.cms-list-your-property .page-main {
    padding-top: 50px;
  }
}
body.cms-list-your-property .page-main h1 {
  margin-top: -30px;
  margin-bottom: 15px;
}
body.cms-list-your-property .page-main .requiredStar {
  color: #d3463e;
}
body.cms-list-your-property .page-main .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.cms-list-your-property .page-main .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f6bec1 !important;
}
body.cms-list-your-property .page-main .form-control.is-invalid + .input-group-append .requiredStar {
  border-color: #dc3545;
}
body.cms-list-your-property .page-main .form-control.is-invalid::placeholder {
  color: #d3463e !important;
}
body.cms-list-your-property .page-main .form-group.is-invalid {
  color: #d3463e;
}
body.cms-list-your-property .page-main select,
body.cms-list-your-property .page-main textarea,
body.cms-list-your-property .page-main .form-check label {
  font-size: 14px;
}
body.cms-list-your-property .page-main .form-check {
  padding-left: 0;
}
body.cms-list-your-property .page-main .form-check input[type=checkbox] {
  top: 0;
}
body.cms-list-your-property .page-main .form-group label {
  font-size: 14px;
}
body.cms-list-your-property .page-main small.form-text {
  font-size: 11px;
}
body.cms-list-your-property .page-main .card {
  margin-bottom: 30px;
}
body.cms-list-your-property .page-main .fa-info-circle {
  font-size: 16px;
}
body.cms-list-your-property .page-main .card-header {
  font-size: 16px;
  font-weight: bold;
}
body.cms-list-your-property .page-main input::placeholder {
  color: #ccc !important;
}
body.cms-list-your-property .page-main .row > .card {
  flex-basis: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  body.cms-list-your-property .page-main .row > .card {
    flex-basis: 100%;
  }
}
body.cms-list-your-property .page-main .amenities-collapse-control {
  color: black;
  width: 100%;
  display: block;
}
body.cms-list-your-property .page-main .amenities-collapse-control .fa-minus {
  display: inline-block;
  float: right;
  line-height: 24px;
}
body.cms-list-your-property .page-main .amenities-collapse-control .fa-plus {
  display: none;
  float: right;
  line-height: 24px;
}
body.cms-list-your-property .page-main .amenities-collapse-control.collapsed .fa-minus {
  display: none;
}
body.cms-list-your-property .page-main .amenities-collapse-control.collapsed .fa-plus {
  display: inline-block;
}
body.cms-list-your-property .page-main .continue-text {
  font-size: 14px;
}

body.listings-customer-edit .requiredStar {
  color: #d3463e;
}
body.listings-customer-edit .page-title-wrapper {
  display: none;
}
body.listings-customer-edit .block-collapsible-nav {
  top: 0 !important;
}
body.listings-customer-edit .btn-success {
  color: white !important;
}
body.listings-customer-edit .column.main {
  margin-top: 21px;
}
body.listings-customer-edit h1 {
  font-size: 18px;
  color: #d3463e;
  margin-bottom: 30px;
}
body.listings-customer-edit .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
body.listings-customer-edit .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f6bec1 !important;
}
body.listings-customer-edit .form-control.is-invalid + .input-group-append .requiredStar {
  border-color: #dc3545;
}
body.listings-customer-edit .form-control.is-invalid::placeholder {
  color: #d3463e !important;
}
body.listings-customer-edit .form-group.is-invalid {
  color: #d3463e;
}
body.listings-customer-edit select,
body.listings-customer-edit textarea,
body.listings-customer-edit .form-check label {
  font-size: 14px;
}
body.listings-customer-edit .form-check {
  padding-left: 0;
}
body.listings-customer-edit .form-check input[type=checkbox] {
  top: 0;
}
body.listings-customer-edit .form-group label {
  font-size: 14px;
}
body.listings-customer-edit small.form-text {
  font-size: 11px;
}
body.listings-customer-edit .card {
  margin-bottom: 30px;
}
body.listings-customer-edit .fa-info-circle {
  font-size: 16px;
}
body.listings-customer-edit .card-header {
  font-size: 16px;
  font-weight: bold;
}
body.listings-customer-edit input::placeholder {
  color: #ccc !important;
}
body.listings-customer-edit .row > .card {
  flex-basis: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  body.listings-customer-edit .row > .card {
    flex-basis: 100%;
  }
}
body.listings-customer-edit .subsection {
  display: block;
  width: 100%;
  color: #d3463e;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 15px;
}
body.listings-customer-edit .fix-map {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}
body.listings-customer-edit .line {
  border-top: solid 1px #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
body.listings-customer-edit .listing-statistics {
  background-color: #f5f5f5;
  margin-top: 15px;
  padding: 15px;
}
body.listings-customer-edit .listing-statistics h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
body.listings-customer-edit .listing-statistics #resetStats {
  margin-top: 20px;
  display: block;
}
body.listings-customer-edit .photos-collapse-control,
body.listings-customer-edit .general-info-collapse-control,
body.listings-customer-edit .property-info-collapse-control,
body.listings-customer-edit .amenities-collapse-control {
  color: black;
  width: 100%;
  display: block;
}
body.listings-customer-edit .photos-collapse-control .fa-minus,
body.listings-customer-edit .general-info-collapse-control .fa-minus,
body.listings-customer-edit .property-info-collapse-control .fa-minus,
body.listings-customer-edit .amenities-collapse-control .fa-minus {
  display: inline-block;
  float: right;
  line-height: 24px;
}
body.listings-customer-edit .photos-collapse-control .fa-plus,
body.listings-customer-edit .general-info-collapse-control .fa-plus,
body.listings-customer-edit .property-info-collapse-control .fa-plus,
body.listings-customer-edit .amenities-collapse-control .fa-plus {
  display: none;
  float: right;
  line-height: 24px;
}
body.listings-customer-edit .photos-collapse-control.collapsed .fa-minus,
body.listings-customer-edit .general-info-collapse-control.collapsed .fa-minus,
body.listings-customer-edit .property-info-collapse-control.collapsed .fa-minus,
body.listings-customer-edit .amenities-collapse-control.collapsed .fa-minus {
  display: none;
}
body.listings-customer-edit .photos-collapse-control.collapsed .fa-plus,
body.listings-customer-edit .general-info-collapse-control.collapsed .fa-plus,
body.listings-customer-edit .property-info-collapse-control.collapsed .fa-plus,
body.listings-customer-edit .amenities-collapse-control.collapsed .fa-plus {
  display: inline-block;
}
body.listings-customer-edit .modal .packageLink {
  width: 100%;
  font-size: 16px;
  margin-bottom: 15px;
}
body.listings-customer-edit .modal .package-name {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  color: #d3463e;
  font-weight: bold;
}
body.listings-customer-edit .modal .package-description {
  border-top: solid 1px #cccccc;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 14px;
}
body.listings-customer-edit .modal .featured-include {
  font-weight: bold;
  font-size: 18px;
}
body.listings-customer-edit .modal .disclaimer {
  font-size: 11px;
  color: #666666;
}

.contacts-index-index .page-main,
.contacts-finished-index .page-main {
  padding-top: 50px;
  font-size: 14px;
}
.contacts-index-index .page-main textarea,
.contacts-finished-index .page-main textarea {
  font-size: 14px;
}
.contacts-index-index .page-main h1,
.contacts-finished-index .page-main h1 {
  font-size: 16px;
  color: #d3463e;
  margin-bottom: 30px;
}
.contacts-index-index .page-main ul,
.contacts-finished-index .page-main ul {
  padding-left: 15px;
  margin-bottom: 15px;
}
.contacts-index-index .page-main ul li,
.contacts-finished-index .page-main ul li {
  margin-bottom: 0;
}
.contacts-index-index .page-main .requiredStar,
.contacts-finished-index .page-main .requiredStar {
  color: #d3463e;
}
.contacts-index-index .page-main .input-group > .form-control:not(:last-child),
.contacts-finished-index .page-main .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.contacts-index-index .page-main .form-control.is-invalid,
.contacts-finished-index .page-main .form-control.is-invalid {
  border-color: #dc3545 !important;
  background-color: #f6bec1 !important;
}
.contacts-index-index .page-main .form-control.is-invalid + .input-group-append .requiredStar,
.contacts-finished-index .page-main .form-control.is-invalid + .input-group-append .requiredStar {
  border-color: #dc3545;
}
.contacts-index-index .page-main .form-control.is-invalid::placeholder,
.contacts-finished-index .page-main .form-control.is-invalid::placeholder {
  color: #d3463e !important;
}
.contacts-index-index .page-main .form-group.is-invalid,
.contacts-finished-index .page-main .form-group.is-invalid {
  color: #d3463e;
}
.contacts-index-index .page-main textarea::placeholder,
.contacts-finished-index .page-main textarea::placeholder {
  font-size: 14px;
}
.contacts-index-index .page-main #commentsHelp,
.contacts-finished-index .page-main #commentsHelp {
  display: block;
  width: 100%;
}

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