#content_col {
    padding: 0 0 20px 20px;
}
#content_wrapper {
    width: 100%;
}
.content {
    padding: 0 0 20px 0;
}
.content + .content {
    padding: 20px 0;
    border-top: thin dotted #C8C8C8;
}
.content_date {
    font-size: 12px;
    color: white;
    padding: 5px 10px;
    background-color: #50a083;
    border-radius: 3px;
}

#filter_col {
    padding: 0 20px 20px;
    min-width: 300px;
}
.filter_wrapper {
    width: 100%;
}
.filter_wrapper + .filter_wrapper {
    margin-top: 20px;
}
.filter {
    color: #00889b;
    width: 100%;
    padding: 5px 0;
    white-space: normal;
}
.filter:hover {
    color: #ff9e6a;
}
.filter.active {
    color: #ff7c3d;
}
.filter + .filter {
    border-top: thin dotted #C8C8C8;
}


#research_search_input {
    color: #6c6c6c;
    font-size: 25px;
    font-weight: 500;
    padding: 5px 60px 5px 10px;
    border-radius: 5px;
    border: thick solid transparent;
    width: 100%;
    margin-right: -50px;
    background-color: #fcfcfc;

    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#research_search_input:focus {
    background-color: white;
}
#research_search_btn {
    cursor: pointer;
    margin-right: 5px;
    height: 35px;
}

@media screen and (max-width: 767px) {
    #content_col {
        padding: 0 20px 20px;
    }
}
