  @charset "UTF-8";
/*
Custom local styles...
*/
.faculty-pic {
float: right;
margin: 5px 0 5px 10px;
}
.seminarYearChooser {
  color: #333;
  font-size: .9em;
  margin-bottom: 1em;
}
.seminarYearChooser select, .seminarYearChooser input { font-size: 1em; }
.seminarYearChooser input { margin-left: 5px; }
#seminars h4 {
  position: absolute;
  left: -999em;
}
#seminars .seminarDefaultTimeLoc {
  font-size: .9em;
  background: #f6f6f6 url(https://www.reed.edu/global_assets/images/icons/august/black/clock.png) 15px 50% no-repeat;
  background-size: 20px auto;
  padding: 8px 8px 8px 45px;
  border: 1px solid #ddd;
}
.seminarList th.seminarDate, .seminarList td.seminarInfo {
  padding: 10px;
  border-top: 1px dashed #ccc;
  vertical-align: top;
}
.seminarList th.seminarDate {
  text-align: center;
  font-size: .9em;
}
.seminarList .seminarDate-Date {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
}
.seminarList tr.upcoming th, .seminarList tr.upcoming td { background: #faf8d5; }
.seminarList tr.upcoming th { border-left: 1px dashed #ccc; }
.seminarList tr.upcoming td { border-right: 1px dashed #ccc; }
.seminarList .seminarAlert strong {
  color: red;
  font-size: .9em;
}
.seminarAbstract { margin: 10px 0; }
.seminarAbstract a.toggleAbstract {
  font-size: .9em;
  background: #f6f6f6;
  padding: 5px 7px;
  border: 3px solid #eee;
}
.seminarAbstract a.toggleAbstract.open { border-bottom: none; }
.seminarAbstract .seminarAbstractContent {
  background: #f6f6f6;
  padding: 7px 10px;
  border: 3px solid #eee;
}
#seminarFeature {
  background: #f6f6f6;
  padding: 10px;
  border: 5px solid #eee;
  margin-bottom: 1em;
}
#seminarFeature h4 {
  background: url(https://www.reed.edu/global_assets/images/icons/august/black/star.png) no-repeat;
  background-size: 20px auto;
  padding-left: 25px;
  margin-top: 0;
}
#seminarFeature p { margin: 0 0 0 20px; }
#seminarFeature .seminarAbstract { margin-left: 20px; }
#seminarFeature .seminarAbstractContent { background: #fff; }
#seminarFeature .seminarAbstractContent p { margin: 0 0 10px 0; }
