
.banner_container.condition_search {
    position: relative;
}

    .banner_container.condition_search .row > div:first-child {
        padding-right: 0px;
    }

    .banner_container.condition_search .banner_description {
        padding: 0px;
    }

        .banner_container.condition_search .banner_description p {
            margin: 5px 0px;
            font-size: 0.95em;
        }

.condition_search {
    position: relative;
}

.i_think_i_might_have_search {
    position: relative;
    margin: 15px 0;
    max-width: 400px;
}

    .i_think_i_might_have_search .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 25px 10px 0 10px;
        border-color: #ffffff transparent transparent transparent;
        position: absolute;
        bottom: -24px;
        left: 20px;
    }

.results_panel {
    background: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
}

    .results_panel .triangle {
        width: 10%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.results_prompt p {
    margin: 14px 0px;
    color: #444444;
    text-align: center;
}

.results_display {
    position: absolute;
    top: calc(100% + 5px);
    z-index: 2;
    max-width: 800px;
}

    .results_display h4 {
        color: var(--black);
        padding: .2em .5em 0;
    }

.results_list {
    overflow: auto;
    color: var(--black);
    text-align: left;
    font-size: 0.9em;
    max-height: 250px;
    padding: 0 .7em;
}

    .results_list img {
        max-height: 70px;
        width: auto !important;
        height: auto !important;
        display: block;
        margin-bottom: 5px;
    }

    .results_list .result {
        display: flex;
        padding-bottom: 15px;
        gap: 1em;
    }

/*--------------------------------------------------------------*/

.expandable.conditions_category {
    margin-top: 14px;
}

    .expandable.conditions_category p {
        margin: 14px 0px;
    }

/*--------------------------------------------------------------*/

a.link_information_leaflet {
    float: right;
    margin-top: 15px;
    padding-left: 25px;
    color: #666666 !important;
    background: url("../../../../_resources/images/pdf.png") left center no-repeat;
}

.article_page header {
    padding-bottom: 15px;
}


#quick_links {
    padding: 1em 1.5em;
}

    #quick_links h3 {
        margin-bottom: 0;
    }
    #quick_links ul {
        list-style-type: none;
        margin: 10px 0;
        padding-left: 1em;
        border-left: 2px solid var(--theme-color);
    }

    #quick_links li {
        margin: 0;
        margin-bottom: 5px;
    }
    #quick_links a {
        color: var(--black);
        font-weight: 300;
        font-size: 0.9em;
    }

        #quick_links a:hover {
            color: var(--theme-color);
        }




.image_column img {
    max-width: 100%;
    float: right;
}


.article_content h2 {
    margin-top: 30px;
    font-size: 2em;
    line-height: 1.1em;
}

.article_content .back_to_top {
    float: right;
    margin-top: 2px;
    padding-left: 25px;
    font-size: 0.55em;
    line-height: 2.27em;
    background: url("../images/top.png") left center no-repeat;
}


.more_resources_links {
    font-size: 0.9em;
}

    .more_resources_links p:last-child {
        margin-top: -6px;
    }

    .more_resources_links .row + .row {
        margin-top: 14px;
    }

    .more_resources_links .row:last-child {
        margin-top: 0px;
    }
