/**
 * @file
 * Visual styles for Conference+'s view sponsors grid views.
 */
.view-sponsors-grid .views-row {
  margin: 30px 0;
}
.view-sponsors-grid .views-field-field-mt-spn-logo {
  margin: 0 auto 25px;
}
.headings-wide-spacing-enabled .view-sponsors-grid .views-field-title h5 {
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.view-sponsors-grid .views-field-title h5 a:hover {
  text-decoration: none;
}
.region--light-typography .view-sponsors-grid .views-field-title h5 a,
.region--light-typography .view-sponsors-grid .views-field-title h5 a:hover {
  color: #ffffff;
}

.secondary-sponsors {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.secondary-sponsor {
  width: 45%;
}

.secondary-sponsor .views-field-field-subtitle {
  overflow: hidden;
  white-space: nowrap;
  font-size: .8vw;
}

.secondary-sponsor .field-content {
  display: none;
  visibility: hidden;
}


#block-calltoaction-2 .row.with-sponsors {
  align-items: center;
  margin-bottom: 15px;
}
