#entity-subsite-title a {
  text-transform: none !important;
}
#college-proof-points-container { margin-top: auto !important; }

/* ********************* */
/* *** D E F A U L T *** */
/* ********************* */
.PADDED { padding-left : 30px; padding-right: 30px; }
.XS-text, .SM-text, .MD-text, .LG-text, .XL-text {
  color : #FFF;
}
.XS-text        { font-size   : 1.00em; }
.SM-text        { font-size   : 1.00em; }
.MD-text        { font-size   : 1.00em; }
.LG-text        { font-size   : 1.15em; }
.XL-text        { font-size   : 1.35em; }
.SHADOW-text    { text-shadow : 0px 2px 2px rgba(0, 0, 0, 1); }
.EXPANDER-links { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; bottom: 0; color: #FFF; height: auto; margin: 0; padding: 0; padding-bottom: 9px; padding-top: 9px; top: auto; }
.EXPANDER-box   { height: 625px; }
.BANNER-box     { background-position: center; background-size: cover; padding: 0; }
.GLASS          { background: rgba(0, 0, 0, 0.45); border-top: 2px solid rgba(0, 0, 0, 0.65); bottom: 0; padding: 0; position: absolute; text-align: center; }
.OBSIDIAN       { background: #000; padding: 0; text-align: center; }
.BUTTON         { border: 2px solid #C28E0E; color: #FFF !important; font-size: 1.15em; font-weight: 400; margin: 5px; padding: 8px 10px 6px 10px; text-transform: uppercase; text-align: center; }
.BUTTON:hover   { background: #C28E0E; color: #FFF; text-decoration: none; }

/* ***************** */
/* *** S M A L L *** */
/* ***************** */

@media (min-width: 576px) {
  .XS-text        { font-size  : 1.00em; }
  .SM-text        { font-size  : 1.00em; }
  .MD-text        { font-size  : 1.15em; }
  .LG-text        { font-size  : 1.35em; }
  .XL-text        { font-size  : 1.60em; }
  .EXPANDER-links { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; }
  .EXPANDER-box   { height: 350px; }
}

/* ******************* */
/* *** M E D I U M *** */
/* ******************* */

@media (min-width: 768px) {
  .XS-text      { font-size : 1.00em; }
  .SM-text      { font-size : 1.15em; }
  .MD-text      { font-size : 1.35em; }
  .LG-text      { font-size : 1.60em; }
  .XL-text      { font-size : 1.90em; }
  .EXPANDER-box { height: 425px; }
}

/* ***************** */
/* *** L A R G E *** */
/* ***************** */

@media (min-width: 992px) {
  .XS-text      { font-size : 1.15em; }
  .SM-text      { font-size : 1.35em; }
  .MD-text      { font-size : 1.60em; }
  .LG-text      { font-size : 1.90em; }
  .XL-text      { font-size : 2.35em; }
  .EXPANDER-box { height: 550px; }
}

/* ***************************** */
/* *** E X T R A - L A R G E *** */
/* ***************************** */

@media (min-width: 1200px) {
  .XS-text      { font-size : 1.35em; }
  .SM-text      { font-size : 1.60em; }
  .MD-text      { font-size : 1.90em; }
  .LG-text      { font-size : 2.35em; }
  .XL-text      { font-size : 2.85em; }
  .EXPANDER-box { height: 625px; }
}



.hero {   
    background-image: url('./Images/researchbig1.jpg') 
    }

#discover ul {
    padding-top: 15px;
}

#discovery li {
    line-height: 14px;
    margin-bottom: 15px;
}








.resPage{
  line-height:20px;
}

.row-even {
  background-color: #E0E0E0;
}

.row-odd {
  background-color: #EEE;
}

.form-label {
  font-weight: bold;
  vertical-align: top;
}

.discussion-posts {
  width: 100%;
}

.discussion-posts td {
  padding: 10px;
}

.discussion-subject {
  font-weight: bold;
}

.discussion-date {
  font-style: italic;
}

.discussion-content {
  padding: 10px;
}

.discussion-options {
  text-align: right;
}


/*** Featured Research Styles ***/

.event-image-container {
  float: right;
  clear: right;
  width: 250px;
  margin: 5px;
  text-align: center;
}

.features-list {
}

.features-list td {
  padding: 0 1em 1em 0;
  border-bottom: 1px solid #ccc;
}

.features-list td.item-thumb {
  padding-top: 1.4em;
}

.features-list td.item-thumb img {
  border: 1px solid #666;
}

.features-list td.item-text {
  vertical-align: top; 
  padding-bottom: 1em; 
  border-bottom: 1px solid #ccc;
}

.features-list a:link {
  color: black;
}

.features-list a:visited {
  color:#666;
}


/*************************************/
/* Research Report Article List      */
/*************************************/

.item-listing td {
  padding: 0 0 1em 0 ;
  vertical-align: top;
  border-top: 1px solid #CCC;
  border-bottom: none;
}

.item-listing img {
  border: 0px;
  margin: 0 0 1em 0;
  float: right;
}

.item-title {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
}

.item-title{
  display: block;
  margin-top: 0.5em;
}

.item-title:hover {
  text-decoration: underline;
}

.item-intro {
  margin-top: .5em;
}

.batch-control {
  font-size: 1.2em;
}

.active {
  font-weight: bold;
}