/**
 * @file
 * Views Styling
 */
.view-latest-tweets .views-row {
  overflow: hidden;
}
.view-latest-tweets .views-row .views-field:first-child {
  display: inline;
  float: left;
}
.view-latest-tweets .views-row .views-field:last-child {
  overflow: hidden;
}

.view-latest-tweets .view-content {
  box-shadow: inset 0px 0px 3px rgba(51, 51, 51, 0.14);
  border-radius: 7px;
}

.view-latest-tweets .view-content {
  background-color: #eeeeee;
}

/*
 * 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;
}

.view-pt-homepage-slideshow {
  position: relative;
}
.view-pt-homepage-slideshow .widget_pager {
  position: absolute;
  bottom: 0;
  z-index: 10;
  line-height: 2.85714em;
}
.view-pt-homepage-slideshow .views-slideshow-pager-field-item {
  background-color: #A7004E;
  color: white;
  display: inline;
  float: left;
  padding-left: 1ex;
  padding-right: 1ex;
}
.view-pt-homepage-slideshow .views-slideshow-pager-field-item.active {
  color: #A7004E;
  background-color: white;
}

.panel-pane .view-latest-tweets {
  position: relative;
}
.panel-pane .view-latest-tweets .view-header {
  position: absolute;
  right: 0;
  top: -63px;
}
.view-latest-tweets .view-content {
  padding: 10px;
}
.view-latest-tweets .views-row {
  font-size: 0.92857em;
  line-height: 1.15385em;
  margin-bottom: 1.53846em;
  padding-left: 64px;
  border-top: 1px solid #D2D2D2;
  margin-bottom: 0.8em;
  padding-top: 0.8em;
}
.view-latest-tweets .views-row .views-field:first-child {
  margin-left: -60px;
}
.view-latest-tweets .views-row .views-field-name, .view-latest-tweets .views-row .views-field-created-time {
  color: gray;
  font-size: 0.92308em;
  line-height: 1.25em;
}
.view-latest-tweets .views-row-first {
  border-top: none;
  padding-top: 0;
}
/* Organization Reps view */
.view-organization-reps .views-label {
  font-weight: bold;
}

/* Upcoming and Past Events views */

a.switch-events-views {
  font-weight: bold;
  font-size: 110%;
}
