.sae-listings-page-wrap .site-container {
    padding: 0 20px
}

.sae-listings-page-wrap .sae-archive-header {
    padding: 20px 0;
    border-bottom: 2px solid rgba(255,255,255,.2);
    margin: 0 0 30px;
    background-color: var(--global-palette8);
    position: relative
}

.sae-listings-page-wrap .sae-archive-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://www.hedgestone.com/wp-content/uploads/2022/11/about.jpg);
    background-size: cover;
	background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    opacity: .2;
    z-index: 1
}
@media only screen and (min-width : 768px) {
	.sae-listings-page-wrap .sae-archive-header:before {
		background-position: 0 -230px;
	}
}

.sae-listings-page-wrap .sae-archive-header .archive-header-content {
    position: relative;
    z-index: 2;
    min-height: 14vh;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.sae-listings-page-wrap .archive-title {
    font-size: 26px;
    line-height: 1.2em;
    color: var(--global-palette5);
    margin: 0 0 10px 0;
}

.sae-listings-page-wrap .archive-subtitle {
    font-size: 19px;
    line-height: 1.2em;
    font-weight: 300;
    color: var(--global-palette5)
}

.sae-listings-page-wrap .sae-archive-header .see-all-text {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--global-palette5)
}

.sae-listings-page-wrap .sae-archive-header .see-all-text p {
    margin: 5px 0 0 0
}

.sae-listings-page-wrap .sae-archive-header .parent-link {
    line-height: 1.2em;
    color: var(--global-palette2)
}

.sae-listing-results {
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sae-listings {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.sae-listings .sae-single-listing {
    padding: 15px;
    background: var(--global-palette8);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative
}

.sae-listings .sae-single-listing .loop-banner-link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.listings-column .nomatches {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 300px
}

.sae-listings .sae-single-listing {
    position: relative
}

.sae-listings .sae-single-listing .primary-row {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%
}

.sae-listings .sae-single-listing .primary-row .listing-info {
    display: flex;
    width: 100%;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between
}

.sae-listings .sae-single-listing .primary-row .main-data {
    margin: auto 0
}

@media only screen and (min-width : 1100px) {
    .archive-columns {
        display:flex;
        gap: 30px
    }

    .archive-columns .listings-column {
        flex-basis: 100%
    }

    .archive-columns .listings-archive-sidebar {
        flex-basis: 450px
    }
}

@media only screen and (min-width : 768px) {
    .sae-listings .sae-single-listing .primary-row {
        display:flex;
        gap: 20px;
        flex-direction: row
    }

    .sae-listings .sae-single-listing .primary-row .listing-info {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: row;
        gap: 10px
    }
}

.sae-listings .sae-single-listing h3 {
    font-size: 18px;
    line-height: 1.2em;
    margin: 0
}

.sae-listings .sae-single-listing .sae-listing-address {
    font-size: 14px;
    line-height: 1em;
    margin: 5px 0 0 0;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette5)
}

.sae-listings .sae-single-listing .sae-listing-location {
    font-size: 13px;
    line-height: 1em;
    margin: 5px 0 0 0;
    font-family: var(--global-heading-font-family);
    color: var(--global-palette5)
}

.sae-listings .sae-single-listing .sae-listing-location a {
    text-decoration: none;
    color: var(--global-palette2)
}

.sae-listings .sae-single-listing .image-cover {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border-radius: 5px
}

.sae-listings .sae-single-listing .image-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (min-width : 768px) {
    .sae-listings .sae-single-listing .image-cover {
        width:110px;
        height: 110px;
        overflow: hidden;
        border-radius: 5px
    }
}

.sae-listings .sae-single-listing .business-open-sign .business-sign {
    font-family: var(--global-heading-font-family);
    font-size: 12px;
    line-height: 1em;
    background: #EEE;
    border-radius: 3px;
    text-align: center;
    padding: 7px
}

.sae-listings .sae-single-listing .business-open-sign .business-sign.is-open {
    background: #8BC34A;
    color: #FFF
}

.listing-meta {
    font-size: 14px;
    padding: 10px 0 0;
    font-family: var(--global-heading-font-family);
    display: flex;
    align-items: center;
    gap: 10px
}

.listing-meta .reviews-total {
    display: flex;
    gap: 5px
}

.sae-review-stars {
    color: #FFC107
}

.listing-description-row p {
    margin: 0;
    font-size: 15px;
    font-family: var(--global-heading-font-family)
}

.verified-data {
    position: absolute;
    top: 25px;
    right: 25px
}

.page-verification-small {
    display: flex;
    flex-direction: row;
    gap: 5px;
    background: #fffffff0;
    padding: 10px 15px;
    border-radius: 5px;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    line-height: 1em
}

@media only screen and (min-width : 768px) {
    .page-verification-small {
        display:flex;
        flex-direction: column;
        align-items: flex-start
    }

    .verified-data {
        position: relative;
        top: unset;
        right: unset
    }
}

.verification-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px;
    line-height: 1em;
    gap: 5px;
    color: #313131
}

.verification-tag.is-verified {
    color: #5f9f15
}

.verification-tag .icon {
    font-size: 14px;
    line-height: 1em
}

.verification-tag .label {
    font-family: var(--global-heading-font-family);
    line-height: 1em;
    font-size: 13px;
    font-weight: 600
}

.listing-services-row {
    border-top: 1px solid rgb(0 0 0 / 6%);
    padding: 15px 15px 0;
    margin: 0 -14px
}

.listing-services-row .services-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column;
    background: var(--global-palette8)
}

.listing-services-row .services-list li {
    flex-basis: 31%;
    font-size: 15px;
    color: var(--global-palette1)
}

.listing-services-row .section-heading {
    font-size: 12px;
    color: var(--global-palette5);
    margin: 0 0 5px
}

.listing-services-row .listing-services {
    display: none
}

.listing-services-row .toggle-section-btn {
    cursor: pointer
}

@media only screen and (min-width : 768px) {
    .listing-services-row .services-list {
        list-style:none;
        display: flex;
        margin: 0;
        padding: 10px;
        flex-wrap: wrap;
        flex-direction: row;
        gap: 5px
    }
}

.visit-listing-row {
    display: flex;
    justify-content: flex-end;
    background: var(--global-palette8);
    padding: 10px;
    margin: 0 -15px -15px;
    border-top: 1px solid rgba(255,255,255,.1)
}

.visit-listing-row a.view-listing-link {
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: var(--global-palette6);
    text-decoration: none;
    padding: 10px 15px;
    line-height: 1em;
    gap: 10px;
    font-family: var(--global-heading-font-family);
    font-size: 15px
}

.visit-listing-row a.view-listing-link:hover {
    background: var(--global-palette8)
}

.sae-pagination {
    width: 100%;
    margin: 0;
    border: 1px solid var(--global-palette7);
    border-radius: 3px;
    overflow: hidden
}

.sae-pagination ul {
    padding: 0
}

.sae-pagination ul,.page .sae-pagination+ul {
    height: 2.25em;
    margin: 0
}

.sae-pagination li {
    display: inline-block;
    float: left;
    line-height: 2.25em;
    min-width: 2em;
    border-right: 1px solid var(--global-palette8);
    text-align: center
}

.sae-pagination span,.sae-pagination a {
    display: inline-block;
    padding: 0 1em;
    float: left;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400
}

.sae-pagination span.current,.sae-pagination .current a {
    background: var(--global-palette2);
    color: var(--global-palette9);
    text-decoration: none
}

.sae-pagination li.prev-page {
    display: none
}

.sae-archive-info.top-section {
    padding: 10px 0 30px
}

.sae-archive-info.bottom-section {
    padding: 30px 0
}

.sae-archive-info .info-sections {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.sae-archive-info .info-sections .info-section h3 {
    font-size: 22px
}

.sae-archive-info .info-sections .info-section p {
    font-size: 14px;
    line-height: 1.3em
}

.term-description {
    font-size: 15px;
    line-height: 1.6em
}

.sae-brokerages-archive-page-info h2 {
    color: var(--global-palette2);
    font-size: 28px;
    line-height: 1.3em
}

.sae-brokerages-archive-page-info h3 {
    font-size: 28px;
    line-height: 1.3em;
    font-weight: 300;
    margin: 10px 0 0
}

.sae-brokerages-archive-page-info h6 {
    font-size: 21px;
    line-height: 1.3em;
    font-weight: 300;
    margin: 0 0 10px 0
}

.sae-brokerages-archive-page-info h4 {
    font-size: 15px;
    line-height: 1.3em;
    font-weight: 300
}

.loop-banner-wrapper {
    border: 2px solid var(--global-palette2)
}

.loop-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    gap: 20px;
    padding: 30px
}

.loop-banner .info-section {
    max-width: 320px;
    text-align: center
}

.loop-banner .info-section h3 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 0 0 5px
}

.loop-banner .info-section p {
    font-size: 17px;
    line-height: 1.3em;
    margin: 0
}

.loop-banner .cta-section .button {
    font-size: 17px;
    font-weight: 700
}

.loop-banner .logo-section img {
    width: 210px;
    height: auto
}

.loop-banner .sae-review-stars {
    margin: 10px 0 0
}

.loop-banner .sae-review-stars i {
    font-size: 21px
}

@media only screen and (min-width : 768px) {
    .loop-banner {
        display:flex;
        flex-direction: row;
        padding: 10px
    }

    .loop-banner .info-section {
        flex-basis: 100%;
        max-width: unset;
        text-align: left
    }

    .loop-banner .cta-section {
        flex-basis: 200px
    }
}

.admin-actions-row {
    display: flex;
    gap: 50px;
    justify-content: space-between;
    border-top: 1px solid rgba(255,255,255,.1);
    padding: 10px 0 0 0;
    align-items: center
}

.admin-actions-row .delete-brokerage-btn {
    background: #a00;
    color: var(--global-palette4);
    font-size: 15px;
    width: 80px;
    text-align: center
}

.admin-actions-row .view-site {
    background: transparent;
    color: var(--global-palette2);
    font-size: 15px;
    padding: 0
}

.sae-floating-cta-banner {
    position: fixed;
    z-index: 99999
}

.sae-floating-cta-banner.top-banner {
    top: -200px;
    left: 0;
    width: 100%;
    background: var(--global-palette5);
    padding: 10px;
    transition: 0.75s all
}

body.top-cta-bar-visible .sae-floating-cta-banner.top-banner {
    top: 0
}

body.admin-bar.top-cta-bar-visible .sae-floating-cta-banner.top-banner {
    top: 32px
}

.sae-floating-cta-banner.bottom-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    background: var(--global-palette2);
    padding: 10px
}

.sae-floating-cta-banner .cta-box {
    display: flex;
    justify-content: center;
    /* max-width: 800px; */
    margin: 0 auto;
    align-items: center;
    gap: 20px;
}

.sae-floating-cta-banner .cta-box .cta-text p {
    color: var(--global-palette1);
    font-family: var(--global-heading-font-family);
    font-weight: 500;
    font-size: 14px;
    margin: 0;
    letter-spacing: -.5px
}

.sae-floating-cta-banner .cta-box .cta-button a.button {
    background: var(--global-palette4);
    padding: 9px 15px;
    line-height: 1em;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--global-heading-font-family);
    font-weight: 500
}

.sae-floating-cta-banner.top-banner .cta-box .cta-button a.button {
    background: var(--global-palette2)
}

.sae-floating-cta-banner .cta-box .cta-text p {
    color: var(--global-palette1);
    font-family: var(--global-heading-font-family);
    font-weight: 500;
    font-size: 15px;
    margin: 0;
    letter-spacing: -.5px;
    line-height: 1em;
    padding: 0;
}

.sae-floating-cta-banner .desktop-content {
    display: none
}

@media only screen and (min-width : 980px) {
    .sae-floating-cta-banner .desktop-content {
        display:block
    }

    .sae-floating-cta-banner .mobile-content {
        display: none
    }

    .sae-floating-cta-banner .cta-box .cta-text p {
        font-size: 18px
    }

    .sae-floating-cta-banner .cta-box .cta-button a.button {
        padding: 8px 13px;
        font-size: 16px;
        font-weight: 600
    }
}
.total-listings {
    padding: 15px;
    background: rgb(62 71 87);
    border-radius: 3px;
    font-size: 15px;
    line-height: 1em;
}