@charset "utf-8";
/* css doc from aug 14 2015 */

/* padded smaller and italicized font for description of how to give to a different designation */
div#umsl-other-funds {
    font-style: italic;
    padding: 0px;
    font-size: 0.875em;
    line-height: 1em;
}

/* padding and triton gold top border for right 30 percent column for who to contact */
div#umsl-right-30-box {
    border-top: 2px solid #EAAB00;
    padding-top: 20px;
    margin-top: 66px;
    min-height: 380px;
    position: relative;
}

/* for use with hr tag to have gold line on left to match gray one on right */
.gold-line {
    border:0;
    height:0;
    border-top:2px solid #EAAB00;
}
/* gold border around headshots */
div.umsl_staff_pic img {
    border-style: solid;
    border-color: #EAAB00;
    border-width: 3px;
}

/* Staff name a little larger and no bottom padding */
div.umsl-staff-name {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #981e32;}

/* Staff name a little larger and no bottom padding */
div.umsl-h6 {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0px;
  margin-top: 0;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  color: #981e32;}


/* =============================================================================
   Mobile
   ========================================================================== */
@media only screen and (max-width: 699px) {
    div#umsl-right-30-box { min-height: 0;}
}
