/**
 * @file
 * Views Styling
 */
/*Basic views styling -- */
.views-row {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ebebeb;
  clear: both;
}
.views-row a {
  color: #b3c555!important;
}
.views-row .views-field-title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.views-row .views-field-title a {
  color: #333333!important;
}
.views-row p {
  margin-bottom: 0px!important;
}

.view-footer {
  font-size: 8px;
  font-size: .8rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.view-footer a {
  padding: 3px 7px;
  color: #fff;
  background-color: #959595;
}
.view-footer a.more {
  background: #b3c555;
  font-size: 10px;
  font-size: 1rem;
}

/* Views with labels --- */
.view-academic-courses .views-label, .view-academic-courses .field-content, .view-research .views-label, .view-research .field-content, .view-publications .views-label, .view-publications .field-content, .view-videos .views-label, .view-videos .field-content {
  display: inline;
}

/* Events Landing Page --- */
.view-events .views-field-field-date {
  color: #606060;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
}
.view-events .views-field-field-image {
  float: right;
  margin: 0 0 10px 10px;
}
.view-events .views-field-nothing .viewTitle {
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 10px 0;
}

/* News Story Landing Page --- */
.view-news-story .views-field-field-image {
  float: right;
  margin: 0 0 0 10px;
}

/* People Landing Page --- */
.view-people .views-row {
  margin: 0 0 17px 0;
}
.view-people .views-row .views-field-title {
  font-weight: bold;
  margin: 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333333;
}
.view-people .views-row .views-field-field-title {
  margin-bottom: 3px;
}
.view-people .views-row .views-field-field-person-img {
  float: left;
  margin: 0 15px 0 0;
}

/*Two-Column*/
.two-column h3 {
  font-size: 20px!important;
  font-size: 2rem!important;
  margin: 0 0 17px 0!important;
  padding-top: 17px!important;
  clear: both;
  border-top: 1px solid #e5e5e5;
}
.two-column h3:first-child {
  padding-top: 0!important;
  border-top: none!important;
}
.two-column .views-row {
  float: left;
  clear: none;
  width: 50%;
}

/*Three-Column --- */
.view-people .views-view-grid {
  margin-bottom: 0;
  border: none;
}
.view-people .views-view-grid tr, .view-people .views-view-grid .even, .view-people .views-view-grid .odd {
  background: transparent;
}
.view-people .views-view-grid tr td, .view-people .views-view-grid .even td, .view-people .views-view-grid .odd td {
  border-left: none;
}

/* Publications Landing Page --- */
/* Mini Calendar Block (see css in calendar module for full css) --- */
.view .date-nav-wrapper .date-nav {
  margin-bottom: 0;
}

/* Photo Gallery Landing Page --- */
.view-photo-gallery .views-field-field-gallery-image {
  float: right;
  margin: 0 0 10px 10px;
}

/*
 * Views' admin tabs
 *
 * The views admin tabs use the same classes as the secondary tabs. We prevent
 * some of our tab styling from bleeding into (and breaking) the Views admin
 * pages. If your sub-theme isn't used for admin pages, you can remove this
 * entire section.
 */
.views-displays .secondary li {
  float: none;
  margin: 0 6px 0;
}
.views-displays .secondary a:link,
.views-displays .secondary a:visited {
  text-shadow: none;
  padding: 2px 7px 3px;
}
.views-displays .secondary .open > a {
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  -o-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.views-displays .secondary .open > a:hover {
  color: #333;
}
.views-displays .secondary .action-list li {
  margin: 0;
}
.views-displays .secondary .action-list li:first-child {
  -webkit-border-radius: 0 7px 0 0;
  -moz-border-radius: 0 7px 0 0;
  -ms-border-radius: 0 7px 0 0;
  -o-border-radius: 0 7px 0 0;
  border-radius: 0 7px 0 0;
}
.views-displays .secondary .action-list li:last-child {
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}
