.banner {
    background: #0B0F19;
    position: relative;
}

.background-image {
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    bottom: -300px;
}

#search-form-container {
    margin: 0 auto;
    padding: 30px 0;
    text-align: left;
}
.input-group {
    display: table !important;
}
.search-form input,
.search-form button {
    display: inline-block;
    font-weight: normal;
}
.search-form input {
    margin: 5px auto 0;
    padding: 0.2em 0.75em;
    font-size: 1.3em;
    height: 50px;
    width: 300px;
    border: 1px solid #D4D7E5;
    border-radius: 4px;
    background: #fff;
    color:#0B0F19;
}
.search-form button {
    margin: -6px auto 0 15px;
    padding: 0.5em 1em;
    color: #fff;
    font-size: 1.3em;
    height: 50px;
    border: 1px solid #D4D7E5;
}
.mls {
    margin-top: 110px;
    z-index: 3;
    position: relative;
}
.list {
    margin: 0px 0px 30px 0px;
}
.list h2 a {
    margin: 3px 0px 3px 13px;
    font-size: 28px !important;
    font-weight: 600;
}

.list > a {
    color: #555;
    display: block;
    margin: 10px 0px 3px 13px;
}

.list a:hover {
    color: #0d6efd;
}

.jumpToContainer {
    padding: 30px 0 32px;
    margin: 0 0 30px;
    border-bottom: 5px solid #f5f5f5;
    text-align: center;
    color: #565973;
}

#internationalContainer, #usaContainer, #canadaContainer {
    border-bottom: 5px solid #f5f5f5;
}

.bottomAnchor {
    border-bottom: unset;
}

.info {
    padding: 0 13px 30px;
    text-align: center;
}
span.tm {
    font-size: 75%;
    line-height: 1.5em;
    vertical-align: top;
    margin-left: -0.25em;
}
@media (max-width: 768px) {
    .banner .cta {
        width: 90%;
    }

    #search-form {
        display: unset;
        justify-content: unset;
    }

    .search-form label, .search-form input, .search-form button  {
        float: none;
        width: 100%;
        margin: 0;
    }

    .search-form label {
        display: none;
    }

    .search-form input {
        border: 1px #ccc solid;
        margin: 0 0 0.5em;
    }

    .mls {
        margin-top: 60px;
    }
}

/* FAQ Section */
.faq {
    display: inline-flex;
    padding: 120px 68px 120px 72px;
    justify-content: flex-end;
    align-items: center;
    flex-shrink: 0;
    background: var(--Gray-100, #F3F6FF);
    width: 100%;
}

.faq-title h3 {
    color: var(--Gray-900, #0B0F19);
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1px;
}

.faq-title p {
    color: var(--Gray-700, #565973);
    font-family: Poppins;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
}

.faq .accordion {
    border: unset;
}

.faq .accordion-item {
    margin-bottom: 20px;
    border-radius: 8px;
    border: unset;
}

.faq .accordion-button {
    border-radius: 8px;
    border-bottom: unset;
    color: var(--Gray-900, #0B0F19);
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
}

.faq .accordion-button:not(.collapsed)::after {
    background-color: #8DC63F;
}

.faq .accordion-body {
    color: var(--Gray-700, #565973);
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
}

@media (max-width: 768px) {
    .faq {
        padding: 60px 20px;
    }
    .faq-title {
        margin-bottom: 40px;
    }
    .faq .accordion-button {
        font-size: 14px;
        line-height: 1.5;
    }
    .faq .accordion-header {
        line-height: unset;
    }
}
