.research {
    border: 1px solid #333;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(0, 0, 0, .6);
}

.research-img {}

.research-content {
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.research-content h1 {
    font-size: 11px;
    margin: 0;
    color: white;
}

.research-content a:link,
.research-content a:active,
.research-content a:visited {
    color: white;
}

.research-content:hover {
    color: white;
    background: rgba(253, 1, 1, 0.932);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.research-listings {
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
}

.research-listings h2 {
    font-size: 15px;
    margin: 0;
}

.research-listing {
    border: 1px solid #333;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, .6);
}

.research-listing-img {}

.research-listing-content {
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.research-listing-content h1 {
    font-size: 11px;
    margin: 0;
    color: white;
}

.research-listing-content:hover {
    color: white;
    background: rgba(253, 1, 1, 0.932);
    width: 100%;
    padding: 8px 20px 9px;
    transition: .5s;
}

.research-listing-content a:link,
.research-listing-content a:active,
.research-listing-content a:visited {
    color: white;
}

.research-search {
    border: 1px solid #efefef;
    padding: 10px;
    margin-bottom: 10px;
}

.search-container {
    border: 1px solid #ccc;
}

.research-search h2 {
    font-size: 15px;
    margin: 0;
}

.research-search input[type=text] {
    padding: 6px;
    font-size: 17px;
    border: none;
}

.research-search input:focus {
    outline-width: 0;
}

.research-search button {
    float: right;
    padding: 6px 10px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.research-search button:hover {
    background: #ccc;
}