/**
 * @file
 * Visual styles for Event++'s view speakers grid view.
 */
.view-mt-speakers-grid .views-row {
  margin: 0 0 60px 0;
}
.block-views .view-mt-speakers-grid .views-row {
  margin: 30px 0;
}
.view-mt-speakers-grid .views-field-title h5 {
  margin: 20px 0 8px 0;
}
.view-mt-speakers-grid .views-field-field-mt-spk-subtitle {
  line-height: 130%;
  margin-bottom: 20px;
  margin: 6px 0;
}
.view-mt-speakers-grid .views-field-field-mt-spk-affiliations {
  font-size: 14px;
  line-height: 130%;
  margin: 6px 0;
}
.view-mt-speakers-grid .js-pager__items {
  padding: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
.region--dark-typography .view-mt-speakers-grid .js-pager__items li.pager__item a:hover,
.region--dark-typography .view-mt-speakers-grid .js-pager__items li.pager__item a:focus {
  color: #575757;
}
.col-12 .view.view-mt-speakers-grid > .more-link {
  margin-top: 0;
}
.col-12 .view.view-mt-speakers-grid > .more-link a {
  margin: 0;
  display: inline-block;
  background-color: transparent;
  background: none;
  padding: 0 0 5px 0;
  text-align: left;
  border: none;
  font-weight: 400;
  text-decoration: none;
  font-size: 18px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-radius: 0;
}
.col-12 .view.view-mt-speakers-grid > .more-link a:hover,
.col-12 .view.view-mt-speakers-grid > .more-link a:focus {
  background-color: transparent;
  background: none;
}
.region--dark-typography .col-12 .view.view-mt-speakers-grid > .more-link a {
  color: #000000;
}
.region--dark-typography .col-12 .view.view-mt-speakers-grid > .more-link a:hover,
.region--dark-typography .col-12 .view.view-mt-speakers-grid > .more-link a:focus {
  color: #000000;
  border-color: transparent;
}
.region--light-typography .col-12 .view.view-mt-speakers-grid > .more-link a {
  border-color: #ffffff;
  color: #ffffff;
}
.region--light-typography .col-12 .view.view-mt-speakers-grid > .more-link a:hover,
.region--light-typography .col-12 .view.view-mt-speakers-grid > .more-link a:focus {
  border-color: transparent;
}
.headings-wide-spacing-enabled .col-12 .view.view-mt-speakers-grid > .more-link a {
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .view-mt-speakers-grid .views-field-title h5 {
    margin: 10px 0 0px 0;
    font-size: 20px;
  }
  .view-mt-speakers-grid .views-row {
    margin-bottom: 0;
  }
}

.views-field ~ ul.icons-list.icons-list--bordered {
  margin-top: 15px;
}