/*Expert sidebar override*/ /*--------The research-mod.css overrides what's in styles.css--------*/
#featured-expert img {
    float: left;
    margin-right: 10px;
    width: 130px;
}

/* Module Override styles */
.research_content ul {/*overflow: auto;*/}
.research_content ul li {list-style-position: inside;}

.research_content p {color:#666;}
.research_content h3 {color:#eb6d2e;}
.research_content a {color:#eb6d2e;}


.research_sidebar h3 {color:#fff;}
.research_sidebar h3 {
    border: medium none;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
}
.section_header {
  padding: 0px;
}

.research_sidebar h3 a {color:#fff;}
.research_sidebar h4 {color:#eb6d2e;}
.research_sidebar .expert-item img {float:left; margin: 0 15px 15px 0;}
.research_sidebar .expert-item {padding: 0;}
.research_sidebar .readmore {background:#ccc; color:#006857; text-transform:uppercase; display:block; padding-left: 15px;}

.green-btn-last {
    background: #006857 url("../images/events-sidebar.jpg") no-repeat right center;
    color: #fff;
    display: block;
    padding: 11px 13px 7px 20px; /*10px 13px 10px 20px*/
    text-transform: uppercase;
    margin-top: 15px;
}

.green-btn-last .section_header {padding: 0px 5px; font-size: 22px; }

/* module styles */

/* Developer NOTES: stylesheet has been modified from original "research.css" for boostrap implementation. This edited style sheet is located in the theme css folder*/
.research_header {
    border-bottom: 2px solid #77787A !important;
    padding-bottom: 2% !important;
    margin-bottom: 0  !important;
}
.research_header .title {
    float: left;
    width: auto;
}
/*.research_header .query-form {
    float: left;
    width: 100%;
    margin-bottom:20px;
}*/

.research_header .query-form {
    float: right;
    width: auto;
    margin-top: 5px;
}/*ELD added*/

.research_header .query-form input[type="text"] {
    width: auto;
}/*ELD added*/

.research_header form input[type="submit"] {
  margin-top: 0;
  padding: 3px;
  float: right;
  margin-left: 5px;
} /*ELD added*/

.research_header select {
    margin-right: 5%;
    width: 20%;
}
.research_header select:last-child {
    margin-right: 0;
}
.research_content, .research_sidebar {
    float: left;
    margin: 0 10px;
}
.search-item {
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}
.search-item .image {
    float: left;
    width: 30%;
}
.search-item .image img {
    width: 100%;
}
.search-item .info {
    float: right;
    width: 68%;
}
.search-item .quick-options {
    margin-bottom: 10px;
}
.research_content {
  padding-top: 1em;
}
.research_content section, .research_sidebar section {
    margin-bottom: 20px;
}

.research_content .research-image {
    float: left;
    /*margin: 0 10px 10px 0;*/
    padding: 0 20px 10px 0;
}
.research_sidebar img {
width: auto;
}
.research_sidebar .expert-list {
    list-style-type: none;
    margin: 0;
}
.research_sidebar .expert-list .expert-name {
    background-color: #000;
    color: #fff;
    margin-bottom: 0;
}
div.forms div.form-field div.id_release_dt .field input {
    margin: 0 5px 0 0;
    width: 18%;
}
div.forms div.form-field div.id_release_dt .field input#id_release_dt_1 {
    width: 80px;
}
div.pub-link {
    margin: 2em 0;
}
.t-print .research-wrap {
    border: 1px solid silver;
    margin: 20px 0;
    padding: 0.25in;
    width: 8in;
}
.t-print .hide-this {
    margin: 20px 0;
    position: relative;
    width: 8.5in;
}
.t-print .guide {
    position: absolute;
    right: 0;
    top: 0;
}
.t-print object {
    visibility: hidden;
}

@media screen and (max-width: 600px) {
.research_header select {margin: 2% 0; width: 100%;}
}

@media print {
.hide-this {
    display: none;
}
.t-print .research-wrap {
    border: medium none;
    margin: 0;
    padding: 0;
    width: 100%;
}
}