/* SEO Homepage - Find Homes for Sale */
.find-homes {
    background-image: url('/Membersite/resources/site/images/bg-hero-seo.jpg');
    background-size: cover;
    background-position: center center;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
    .find-homes {
        background-image: url('/Membersite/resources/site/images/bg-hero-seo-sm.jpg');
    }
}
.find-homes .find-color-overlay {
    background-color: rgba(0, 0, 0, .45);
    padding: 3% 0;
}
.find-homes .find-color-overlay .panel.panel-default {
    text-align: center;
    background: none;
    border: none;
    padding: 1%;
}
.find-homes .find-color-overlay .panel.panel-default .panel-body {
    margin-bottom: 3%;
}
.find-homes .panel.panel-default .panel-body h1 {
    margin-bottom: 3%;
    margin-top: 2%;
}
.find-homes .find-color-overlay .panel.panel-default form {
    width: 60%;
    margin: 0 auto;
    height: 48px;
    margin-bottom: 3%;
}
.find-homes .find-color-overlay .panel.panel-default .form .find-homes-input {
    position: relative;
    vertical-align: top;
    background-color: transparent;
}
.find-homes .find-color-overlay .panel.panel-default form .btn-qsearch {
    height: 44px;
    font-size: 16px;
    border: 0;
    box-shadow: none;
}
.find-homes .find-color-overlay .customer-testimonial {
    color: #fff;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}
.find-homes .find-color-overlay .customer-testimonial h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 3%;
}
.find-homes .find-color-overlay .customer-testimonial blockquote {
    color: #fff;
    display: block;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 3%;
    line-height: 26px;
    font-size: 18px;
}
.find-homes .find-color-overlay .customer-testimonial blockquote span {
    font-size: 18px;
}
.find-homes .find-color-overlay .customer-testimonial strong {
    font-size: 18px;
    font-weight: bold;
}
.find-homes .find-color-overlay .customer-testimonial p {
    font-size: 38px;
    margin-top: -10px;
}
.find-homes .find-color-overlay .customer-testimonial .carousel-indicators {
    position: relative;
    padding: 0;
    margin: 0;
    margin-top: 20px;
    width: auto;
    bottom: auto;
    left: auto;
    width: auto;
}
.find-homes .tt-menu {
    text-align: left;
}

@media (max-width: 767px) {
    .find-homes .find-color-overlay .panel.panel-default .panel-body {
        margin-bottom: 20%;
    }
    .find-homes .find-color-overlay .panel.panel-default h1 {
        font-size: 28px;
        margin-bottom: 50px;
        line-height: 1.25;
    }
    .find-homes .find-color-overlay .panel.panel-default form {
        padding: 0;
        width: 90%;
    }
    .find-homes .find-color-overlay .panel.panel-default form .btn-qsearch {
        margin-top: 5%;
    }
    .find-homes .find-color-overlay .customer-testimonial {
        width: 90%;
    }
    .find-homes .find-color-overlay .customer-testimonial h2 {
        font-size: 24px;
        margin-bottom: 5%;
        padding-top: 20px;
    }
    .find-homes .find-color-overlay .customer-testimonial blockquote {
        width: 100%;
    }
    .find-homes .find-color-overlay .customer-testimonial blockquote span {
        font-size: 16px;
    }
    .find-homes .find-color-overlay .customer-testimonial strong {
        font-size: 16px;
    }
}

/* SEO Homepage - Are You a Realtor? */
.realtor-container {
    padding: 30px;
    padding-bottom: 0;
    background-image: url('https://d15lgjrx5j4lkm.cloudfront.net/img-are-you-realtor-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
}
.realtor-container .realtor-content .media-left {
    padding-right: 30px;
}
.realtor-container .realtor-content .media-body {
    padding-top: 5%;
}
.realtor-container h2 {
    margin-top: 0;
}

@media (max-width: 992px) {
    .realtor-container {
        background-position: 35%;
    }
    .realtor-container .realtor-content .media-body {
        padding-top: 3%;
    }
}

@media (max-width: 767px) {
    .realtor-container {
        padding: 0;
        padding-top: 25px;
        border-bottom: 1px solid #ccc;
        background-image: none;
        overflow: hidden;
    }
    .realtor-container .media,
    .realtor-container .media-left,
    .realtor-container .media-body {
        display: block;
        width: 100%;
    }
    .realtor-container .media-body {
        padding-top: 0;
    }
    .realtor-container .media-body .btn {
        width: 100%;
        margin-top: 10px;
        border-radius: 3px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        margin-bottom: 5px;
    }
    .realtor-container .mobile-realtor {
        margin-top: 25px;
        margin-bottom: -40px;
    }
}

/* SEO Homepage - Need to Sell Your Home? */
.home-sellers {
    padding: 30px;
    padding-bottom: 0;
    background-image: url('https://d15lgjrx5j4lkm.cloudfront.net/img-need-sell-home-bg.png');
    background-position: -170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
}
.home-sellers .media .media-body {
    padding-top: 3%;
}
.home-sellers h2 {
    margin-top: 0;
}
.home-sellers .nice-select.form-control {
    float: right;
}
.home-sellers .btn-container {
    clear: both;
    padding-top: 10px;
}
.home-sellers .media-right {
    padding-left: 30px;
}

@media (max-width: 992px) {
    .home-sellers {
        background-position: 60%;
    }
    .home-sellers .media .media-body {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .home-sellers {
        background-image: none;
        padding: 0;
        padding-top: 25px;
        overflow: hidden;
    }
    .home-sellers .media,
    .home-sellers .media-right,
    .home-sellers .media-body {
        display: block;
        width: 100%;
        text-align: left;
    }
    .home-sellers .media .media-body .nice-select {
        width: 100%;
        margin-top: 10px;
        height: 46px;
        padding-top: 11px;
    }
    .home-sellers .media .media-body .btn {
        width: 100%;
        border-radius: 3px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
        margin-bottom: 5px;
    }
    .home-sellers .media-right {
        text-align: center;
        margin-top: 25px;
        padding-left: 0;
        margin-bottom: -40px;
    }
}

/* SEO Homepage - Featured Homes */
.featured-homes {
    text-align: center;
    background-color: #f7f7f7;
    padding-bottom: 40px;
}
.featured-homes .col-sm-12 {
    padding-right: 0;
}
.featured-homes h2 {
    margin: 40px 0 40px;
    font-size: 28px;
}
.featured-homes div.listing-container {
    white-space: nowrap;
    padding: 0 15px;
    overflow-x: scroll;
}
.featured-homes .listing-container .home-listing {
    background-image: url('https://d15lgjrx5j4lkm.cloudfront.net/img-no-home-photo-available-d.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.featured-homes .listing-container .home-listing:first-child {
    margin-left: 20px;
}
.featured-homes .listing-container .home-listing p.home-features {
    padding: 10% 15px 15px 15px;
    text-align: left;
}
.featured-homes .listing-container .home-listing p.home-features .price {
    display: block;
}

@media (max-width: 992px) {
    .featured-homes .listing-container .home-listing {
        width: 40%;
    }
}

@media (max-width: 767px) {
    .featured-homes {
        padding: 50px 0;
    }
    .featured-homes h2 {
        font-size: 20px;
        margin-top: 0;
    }
    .featured-homes .listing-container {
        padding-left: 0;
    }
    .featured-homes div.listing-container .home-listing {
        background-image: url('https://d15lgjrx5j4lkm.cloudfront.net/img-no-home-photo-available-m.jpg');
        width: 90%;
        height: 175px;
    }
    .featured-homes .listing-container .home-listing:first-child {
        margin-left: 0;
    }
}

/* SEO Homepage - Why Realtystore? */
.why-realtystore,
.be-smart,
.no-down-payment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    padding: 7% 0;
}
.why-realtystore .family-image,
.be-smart .deals-image {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    order: 0;
}
.why-realtystore .why-text,
.be-smart .deals-text {
    display: flex;
    flex-flow: column nowrap;
    flex: 3;
    order: 1;
    margin-left: 3%;
    text-align: left;
}
.why-realtystore .why-text h2,
.be-smart .deals-text h2,
.no-down-payment .payment-text h2 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
}
.why-realtystore .why-text h3,
.be-smart .deals-text h3,
.no-down-payment .payment-text h3 {
    font-size: 22px;
}
.why-realtystore .why-text p,
.be-smart .deals-text p,
.no-down-payment .payment-text p {
    font-size: 14px;
    line-height: 24px;
}

@media (max-width: 1199px) and (min-width: 992px) {
    .info-section {
        padding: 7%;
    }
    .why-realtystore {
        padding-top: 0%;
    }
    .why-realtystore .family-image {
        display: flex;
        flex-flow: row wrap;
    }
    .why-realtystore .family-image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media (max-width: 992px) {
    .info-section {
        padding: 7%;
    }
    .why-realtystore {
        padding-top: 0;
    }
    .why-realtystore .why-text h2,
    .be-smart .deals-text h2,
    .no-down-payment .payment-text h2 {
        font-size: 22px;
    }
    .why-realtystore .why-text h3,
    .be-smart .deals-text h3,
    .no-down-payment .payment-text h3 {
        font-size: 18px;
    }
    .why-realtystore .family-image img,
    .be-smart .deals-image img,
    .no-down-payment .payment-image img {
        height: auto;
        width: auto;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    .why-realtystore,
    .be-smart,
    .no-down-payment {
        display: block;
        margin: 0 auto;
    }
    .why-realtystore .why-text {
        display: block;
        margin-left: 0;
    }
    .why-realtystore .why-text h2,
    .be-smart .deals-text h2,
    .no-down-payment .payment-text h2 {
        text-align: center;
    }
    .why-realtystore .why-text img,
    .be-smart .deals-text img,
    .no-down-payment .payment-text img {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
    }
    .max {
        display: none;
    }
    .expand {
        padding-left: 0;
    }

}

/* SEO Homepage - No Down Payment? No Problem */
.no-down-payment {
    padding-bottom: 7%;
}
.no-down-payment .payment-text {
    display: flex;
    flex-flow: row wrap;
    flex: 3;
    order: 0;
    margin-right: 6%;
}
.no-down-payment .payment-image {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    order: 1;
}
.no-down-payment .payment-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .no-down-payment .payment-text {
        display: block;
        margin-right: 0;
    }
    .no-down-payment .payment-text img {
        margin-bottom: 20px;
    }
}

/* SEO Homepage - Be Smart. Find Great Deals */
.be-smart {
    padding-bottom: 7%;
}
.be-smart .deals-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .be-smart .deals-text {
        display: block;
        margin: 0;
    }
    .be-smart .deals-text img {
        margin-bottom: 20px;
    }
    .be-smart .deals-text p span {
        display: inline !important;
    }
    .be-smart .deals-text .complete-3 {
        display: none;
    }
}

/* SEO Homepage - Top Real Estate Markets */
.top-markets {
    background-color: #fff;
    text-align: center;
    margin: 4% 0;
}
.top-markets h2 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2%;
}
.top-markets h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10%;
    text-align: left;
}
.top-markets ul {
    text-align: left;
    list-style-type: none;
    font-size: 14px;
    line-height: 24px;
    padding-left: 0;
}

@media (max-width: 992px) {
    .top-markets {
        margin: 4% 0 5%;
    }
    .top-markets .rto-state {
        clear: both;
    }
}

@media (max-width: 767px) {
    .top-markets h2 {
        font-size: 22px;
        margin-bottom: 3%;
    }
    .top-markets h3 {
        text-align: center;
        margin-bottom: 5%;
    }
    .top-markets ul {
        text-align: center;
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1;
        margin-bottom: 5%;
    }
}
