/* Search Form
---------------------------------------------------------------------------- */
.florida-search-form { 

}
.florida-search-box {
    margin-bottom:1em;
    padding: 6px;
    width:70%
}

.florida-search-button {
    padding: 6px 12px;
}


/* Search Results
---------------------------------------------------------------------------- */
.florida-search-results {
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
}
.results-item {
    display: flex;
    flex-direction: column;
    width:100%;
    border-radius:5px;
    margin:10px 5px;
    padding:10px;
    font-size: 18px;
    }
.results-item:hover {
    background-color: #e0e0e0;
}

.results-item a {
    display:block;
    width: 100%;
    height: auto;
    text-decoration: none;
}
.results-desc {
    padding:3px 5px;
    font-weight: 700;
    
}


.results-date {
    padding:3px 5px;
    font-size: 0.85em;
    font-style: italic;
}