.classifieds__categories,
.classifieds__search,
.classifieds__posts {
    border-bottom: .0625rem solid #13518B;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

.classifieds__posts--images {
    border-bottom: none;
    padding-bottom: 0;
}

.classifieds__categories--single {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 2.5rem;
}

.classifieds__categories-title,
.classifieds__notice-title {
    margin-bottom: 1.5rem;
}

.classifieds__category-list {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.classifieds__category-item {
    margin-bottom: 1.5rem;
}

.classifieds__category-link {
    color: #575757;
    text-decoration: none;
    display: block;
	font-size: 1.2rem;
	font-weight: 600;
    width: 100%;
    background: #e3e3e3;
    padding: .75rem 1.25rem;
    transition: all .3s ease-in-out;
}

.classifieds__category-link:hover,
.classifieds__category-link:focus {
    background: #196bb8;
    color: #fff;
}

.classifieds__search-title {
    display: block;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.classifieds__search-form-text {
    margin-bottom: .5rem;
}

.classifieds__search-form-submit {
    display: block;
    width: 100%;
}

.classifieds__notice-inner {
    display: flex;
    flex-wrap: wrap;
	font-size: 1.2rem;
}

.classifieds__notice-content {
    margin-bottom: 1.5rem;
    width: 100%;
}

.classifieds__notice-content p:last-child {
    margin-bottom: 0;
}

.classifieds__notice-content-lower {
    font-style: italic;
    color: #13518B;
}

.classifieds__notice-link {
    display: block;
    width: 100%;
}

.classifieds__notice-link:hover,
.classifieds__notice-link:focus {
    color: #fff;
}

.classifieds__featured-preview {
    border-left: .0625rem solid #13518B;
    margin-top: 1rem;
    padding-left: .5rem;
    position: relative;
    width: 75%;
}

.classifieds__featured-preview:hover a,
.classifieds__featured-preview:focus a {
    color: #196bb8;
}

.classifieds__featured-preview-desc {
    display: block;
    line-height: 1;
    font-size: .75rem;
    text-transform: uppercase;
    color: #13518B;
    margin-bottom: .75rem;
}

.classifieds__featured-preview-title,
.classifieds__featured-preview-text {
    font-size: .9rem;
}

.classifieds__featured-preview-title {
    margin-bottom: .15rem;
    font-weight: bold;
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.classified__post {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: .125rem solid #bdbdbd;
    margin-bottom: 1.5rem;
    position: relative;
}

.classified__post--featured {
    background: rgba(19, 81, 139, .1);
    border-color: transparent;
}

.classified__post-image {
    height: auto;
    width: 60%;
    margin-bottom: 2rem;
}

.classified__post-title {
    font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
}

.classified__post-content {
    width: 100%;
}

.classified__post-content-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.classified__post-content-content {
    width: 100%;
    padding: 1.5rem;
}

.classified__post-content-contact {
    background: #f0f0f0;
    word-break: break-all;
    position: relative;
    z-index: 10;
    padding: 1.5rem;
    width: 100%;
}

.classified__post-content-contact a {
    color: #2D2F33;
}

.classified__post-content-content a {
    color: #2D2F33;
    border-bottom: .0625rem solid #2d2f33;
}

.classified__post-content-content p:last-child {
    margin-bottom: 0;
}

.classified__post-link {
    display: inline-block;
    border-bottom: .0625rem solid #2d2f33;
    position: relative;
    padding-right: 1.5rem;
}

.classified__post-link::after {
    background: url('../img/long-arrow-right.svg') center center no-repeat;
    background-size: 100%;
    content: '';
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.classified__post-content-contact p {
    margin-bottom: .5rem;
}

.post--classified .post__title {
    margin-bottom: 0;
}

.post--classified .post__header {
    border-bottom: 0.0625rem solid #BDBDBD;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.page__header--flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.post--classified .post__header__content,
.page__header--flex .page__header__content {
    width: 100%;
}

.post--classified .post__header__link,
.page__header--flex .page__header__link {
    width: 100%;
    margin-bottom: 2rem;
}

.post--classified .post__header__link:hover,
.page__header--flex .page__header__link:hover,
.post--classified .post__header__link:focus,
.page__header--flex .page__header__link:focus {
     color: #fff;
}

.post--classified .ssba {
    display: none;
}

.post--classified .classified-contact {
    padding-top: 1rem;
}

.post--classified .classified-contact p {
    margin-bottom: .25rem;
}

.post--classified .classified-desc-image {
    display: block;
    width: 20rem;
    padding-bottom: 2rem;
    margin: 0 auto;
}

.divider-line {
   border-top: 0.0625rem solid #BDBDBD;
   padding-top:3rem;
}

@media screen and (min-width: 576px) {
   .post--classified .post__header__content,
   .page__header--flex .page__header__content {
         width: 100%;
    }
}

@media screen and (min-width: 768px) {

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

    .classifieds__search-form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .classifieds__search-form-text {
        width: 65%;
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .classifieds__search-form-submit {
        flex: 1;
    }

    .classifieds__notice-inner {
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .classifieds__notice-content {
        margin-bottom: 0;
        margin-right: 2rem;
        width: 65%;
    }

    .classifieds__notice-link {
        display: inline-block;
        flex: 1;
        width: auto;
    }

    .classifieds__notice-content-lower {
        width: 80%;
    }

    .classified__post {
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

 .classified__post-content-inner {
      align-items: unset;
}

    .classified__post-content {
        width: auto;
        flex: 1;
    }

    .classified__post-content-content {
        margin-bottom: 0;
    }

    .classified__post-image {
        width: 30%;
        padding: 1.5rem 0 1.5rem 1.5rem;
        margin-right: 2rem;
        margin-bottom: 0;
    }

    .post--classified .post__header,
.page__header--flex {
         align-items: center;
         justify-content: space-between;
    }

.page__header--flex {
        padding-bottom: 1.5rem;
}

.post--classified .post__header__content,
.page__header--flex .page__header__content {
         width: auto;
         flex: 1;
}

.page__header--flex .page__header__content {
        padding-bottom: 0;
}

.post--classified .post__header__link,
.page__header--flex .page__header__link {
        width: 30%;
        margin-bottom: 0;
}
}

@media screen and (min-width: 992px) {

    .classifieds__search-form-text {
        width: 75%;
    }

    .classifieds__notice-content {
        width: 70%;
    }

    .classified__post-content-inner {
        flex-wrap: nowrap;
    }

    .classified__post-content-content {
        width: 70%;
        padding-right: 2rem;
    }

    .classified__post-content-contact {
        width: 30%;
    }

    .classified__post-image {
        width: 25%;
    }

.post--classified .post__header__content,
.page__header--flex .page__header__content {
         width: auto;
}
}
