/* Research */

#re-search-results-imgs {
  box-sizing: border-box;
}
#re-search-results-imgs *,
#re-search-results-imgs *:before,
#re-search-results-imgs *:after {
  box-sizing: inherit;
}

.re-search-thumb-container img {
    width: 270px;
}

.re-search-thumb-container {
    display: inline-block;
    position: relative;
    margin: 10px;
}

.re-search-thumb-container:hover .re-search-img-cover {
    display: inline-block;
}

.re-search-img-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(192,199,200,0.9);
    display: none;
    height: 100%;
}

.re-search-thumb-links {
    display: block;
    font-family: "Open Sans","Open Sans","Arial",sans-serif;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

.re-search-img-cover .re-search-thumb-links a {
    color: #fff;
    display: inline-block;
}
.re-search-img-cover .re-search-thumb-links a:hover {
    color: #616161;
}

.re-search-img-project {}

.re-search-img-large {
    font-size: 12px;
}

.re-search-form,
.re-form-control {
    -webkit-appearance: none;
    display: block;
    width: 100%;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075);*/
    /*-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;*/
    /*-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
    /*transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;*/
}

.re-search-form {
    margin-top: 1em;
    width: 95%;
}

.re-accent-research .autocomplete-suggestion b {
    color: #4e602c;
    font-weight: bold;
}

.oshin_child #page-content #re-research-form.one-half.column-block:first-of-type {
    display: block;
}

@media only screen and (min-width: 958px) {
    .re-search-form {
        width: 50%;
        margin-left: 50%;
    }
}