/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 
/*Instruction styles */
.instruction-slideshow .views-field-field-quote p {
  background-color: #666;
  color: #fff;
  font-family: helvetica,impact,sans-serif;
  font-size: 12pt;
  line-height: 16pt;
}

.instruction-slideshow .views-field-field-image {
  border: solid 1px #666;
}

.instruction-slideshow .instruction-sstitle a {
  color: #fff;
  font-size: 2.5em;
  font-weight: bold;
  font-family: helvetica,impact,sans-serif;
  line-height: 1em;
}

.instruction-slideshow .instruction-sstitle a:hover {
  text-decoration: none;
}

.instruction-slideshow .instruction-sstitle {
  background: rgba(255,203,102,.9);
  min-height: 73px;
  width: 43%;
  position: absolute;
  right: 1px;
  /*top: 62%;*/
  bottom: 30%;
  padding: .25em;
}

.instruction-slideshow {
  max-width: 800px;
}

.library-news a.views-more-link,
.library-news a.views-more-link:hover,
.library-news a.views-more-link:focus {
  width: 25%;
}

/* adjust more news link in slideshow */
p.more-news { margin-top: -3em; }

/* database search on large devices */
#subjectSearch select {
  width: auto;
  display: inline;
}

/* Research and Publication Services site */
.resources,
.research-section {
  display: flex;
  justify-content: space-between;
}

.research-text,
.lifecycle .rfloater,
.resources ul {
  width: 65%;
}

@media screen and (max-width: 1050px){
.front .row1 div.section2 { padding: 0; }
} /* end max-width 1050 */