/* Search */

.search-main .column.left {
    margin: 0 0 60px 0;
}

.search-main .column.right {
    width: calc(100% - 240px);
}

ul#results {
    position: relative;
    z-index: 1;
    float: left;
    width: 100%;
    margin: 0 0 80px 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul#results li {
    position: relative;
    z-index: 1;
    float: left;
    display: inline;
    width: 50%;
    width: calc(50% - 20px);
    margin: 0 20px 0 0;
    padding: 20px;
    overflow: hidden;
}

.results-meta {
    position: relative;
    float: left;
    width: 100%;
    left: 0;
    font-size: 0.75rem;
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: space-between;
}

.not-found {
    margin: 0 0 200px 0;
}

.search .subnav.left {
    top: 90px;
}

/* Lede search form */
.search .lede .entry-title,
.search .site.lede_imagery .lede .entry-title {
    padding: 40px 50px 60px;
    width: 100%;
}

.lede .results-meta {
    position: relative;
    float: right;
    width: auto;
    left: 0;
    font-size: 0.8em;
    color: #AAACB6;
    font-weight: 700;
}

.search .lede .facetwp-icon {
    opacity: 1;
    right: auto;
    left: 0;
}

.search .lede .facetwp-icon:before {
    float: left;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 980 980' style='enable-background:new 0 0 980 980;' xml:space='preserve'%3E%3Crect fill='%2306BEDA' x='727.4' y='578.6' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -325.8309 788.0995)' class='icon-path' width='122' height='417.6' /%3E%3Cpath fill='%2306BEDA' class='icon-path' d='M671.2,671.2c153.5-153.5,153.5-402.4,0-556s-402.4-153.5-556,0s-153.5,402.4,0,556S517.7,824.8,671.2,671.2z M601,601c-114.8,114.8-300.9,114.8-415.7,0s-114.8-300.9,0-415.7s300.9-114.8,415.7,0S715.9,486.2,601,601z' /%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    line-height: 1;
    position: absolute;
    top: 52%;
    bottom: auto;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.search .lede__search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

@media (min-width: 1024px) {
    .search .lede__search-wrapper {
        flex-direction: row;
    }
}

.search .lede .facetwp-facet {
    margin: 0;
}

@media (max-width: 1023px) {
    .search .lede .facetwp-facet,
    .search .lede .facetwp-dropdown {
        width: 100%;
    }
}

.search .lede .facetwp-facet input.facetwp-search {
    width: 100%;
    padding: 0 0 0 60px;
    font-size: 3em;
    border-color: rgba(221, 224, 235, 0);
}
