.search-page {

}

.search-page .flip-box {
    border: 0;
}

.search-page .flip-box .flip-box-front {
    border: 1px solid #f1f1f1;
}

@media only screen and (max-width: 800px) {
    .search-page {
        width: 100% !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
}

.search-page--content {
    margin-top: 20px;
}

.search-page--no-results {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 19px;
    color: #cd1b1b;
}

.search-page--search-box form label {
    font-size: 22px;
    color: #224592;
    font-weight: bold;
    margin-bottom: 10px;
}

.search-page--posts {

}

.search-page--post a {
    padding: 5px 0 5px 10px;
    display: list-item;          /* This has to be "list-item"                                               */
    list-style-type: disc;       /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type     */
    list-style-position: inside; /* See https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-position */
}

.search-page--post a:hover {
    text-decoration: underline;
}


.tabs {
    display: flex;
    flex-wrap: wrap;
}

.tabs label {
    order: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    margin-right: 0.2rem;
    cursor: pointer;
    background-color: #eeeeee;
    border: 1px solid #ffffff;
    font-weight: bold;
    transition: background ease 0.3s;
}

.tabs .tab {
    order: 9;
    flex-grow: 1;
    width: 100%;
    height: 100%;
    display: none;
    padding: 1rem;
    background: #fff;
    padding: 20px;
}

.tabs input[type="radio"] {
    display: none;
}

.tabs input[type="radio"]:checked + label {
    background: #fff;
}

.tabs input[type="radio"]:checked + label + .tab {
    display: block;
}

.search-page input#search-input {
    height: 50px;
    font-size: 14px;
    background-image: url(https://cdn2.hubspot.net/hubfs/4004166/bioticresearch_website_assets/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    background-color: #fff;
    border: 1px solid #000;
    box-shadow: none;
    -webkit-appearance: none;
}
