@charset "utf-8";
.bottom-ctas {
    margin-bottom: 2em;
}

.search-promo>div {
    border-top: 8px solid #FFF;
}

.search-result-options {
    width: 100%;
    padding: 20px 0;
}

.search-result-options>div {
    display: block;
    margin: 0 auto;
    max-width: 1000px;
}

.search-result-options-txt {
    margin: 5% auto;
    width: 80%;
}

.search-result-options-txt p {
    text-align: left;
}

.bottom-ctas .bottom-cta-container {
    text-align: center;
    padding: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom-ctas .bottom-cta-container .category-links {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-ctas .bottom-cta-container .category-cta {
    padding: .5em;
    display: inline-block;
    background-color: #000;
    justify-content: center;
    margin-left: 1.5em;
    width: 12.1em;
    box-sizing: border-box;
}

.bottom-ctas .bottom-cta-container .category-cta #category-items {
    color: #fff;
    padding: 2px 4px;
    text-decoration: none;
    width: 100%;
    display: block;
}

@media (min-width: 951px) {
    .bottom-ctas .bottom-cta-container {
        display: flex;
        align-content: center;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .search-result-options-txt {
        margin-left: 12%;
    }
}

@media print,
screen and (max-width: 950px) {
    .search-result-options>div {
        max-width: 500px;
        width: 100%;
    }
    .bottom-ctas .bottom-cta-container .category-msg {
        padding-bottom: 1.5em;
    }
    .bottom-ctas .bottom-cta-container .category-cta {
        width: 43%;
        height: .8em;
        margin: .4em;
        display: flex;
        align-content: center;
        flex-wrap: wrap;
        padding: 1.3em;
    }
}

@media (max-width: 550px) {
    .search-result-options {
        padding: 3% 0 10%;
    }
}